File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh -x
1
+ #! /bin/sh
2
2
3
3
CODE_DIR=./fwknop-codecov.git
4
4
AFL_COV=../afl-cov
5
5
AFL_TEST_CASES=./fwknop-afl.git/test/afl/fuzzing-output/server-access.out
6
6
7
- $AFL_COV --live --sleep 2 --afl-queue-id-limit 3 -d $AFL_TEST_CASES --coverage-cmd " LD_LIBRARY_PATH=$CODE_DIR /lib/.libs $CODE_DIR /server/.libs/fwknopd -c $CODE_DIR /test/conf/ipt_snat_fwknopd.conf -a AFL_FILE -O $CODE_DIR /test/conf/override_no_digest_tracking_fwknopd.conf -f -t --exit-parse-config -v -v -v -r ` pwd` " --code-dir $CODE_DIR $@
7
+ $AFL_COV --live --sleep 2 --afl-queue-id-limit 3 -d $AFL_TEST_CASES --coverage-cmd " LD_LIBRARY_PATH=$CODE_DIR /lib/.libs $CODE_DIR /server/.libs/fwknopd -c $CODE_DIR /test/conf/ipt_snat_fwknopd.conf -a AFL_FILE -O $CODE_DIR /test/conf/override_no_digest_tracking_fwknopd.conf -f -t --exit-parse-config -v -v -v -r ` pwd` " --code-dir $CODE_DIR $@ > /dev/null
8
8
9
9
exit 0
You can’t perform that action at this time.
0 commit comments