Skip to content

Commit b6e5676

Browse files
committed
[test suite] reinstate /dev/null redirection
1 parent 1f7a917 commit b6e5676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/afl/afl-cov-generator-live.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#!/bin/sh -x
1+
#!/bin/sh
22

33
CODE_DIR=./fwknop-codecov.git
44
AFL_COV=../afl-cov
55
AFL_TEST_CASES=./fwknop-afl.git/test/afl/fuzzing-output/server-access.out
66

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
88

99
exit 0

0 commit comments

Comments
 (0)