From 1e15effd8221dc3af32ed84dede109e0c7c35d17 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 14 Apr 2009 15:34:06 +0000 Subject: [PATCH] add test script --- deefuzz-deamon-local.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 deefuzz-deamon-local.sh diff --git a/deefuzz-deamon-local.sh b/deefuzz-deamon-local.sh new file mode 100755 index 0000000..eb19e18 --- /dev/null +++ b/deefuzz-deamon-local.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +conf_file=$1 +log_file=/tmp/deefuzz.log + +set -e +ulimit -c unlimited +while true; do + ./deefuzz.py $1 + sleep 3 +done -- 2.39.5