From 0bfb5b25091a1cbdd9911ae124ae6da35cd2b916 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 13 Jan 2017 14:44:51 +0100 Subject: Add option to initialized db, fixes 4858 Additionally remove the TESTRUN option, since the name is confusing and doesn't match the original semantics (temp tables). Test cases should now invoke the exchange httpd with the "-i" option. --- src/exchange-lib/afl-generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange-lib/afl-generate.sh') diff --git a/src/exchange-lib/afl-generate.sh b/src/exchange-lib/afl-generate.sh index 6ae83308..b0afcab3 100644 --- a/src/exchange-lib/afl-generate.sh +++ b/src/exchange-lib/afl-generate.sh @@ -31,4 +31,4 @@ # # Must be run from this directory. # -$AFL_HOME/afl-fuzz -i baseline/ -m 250 -o afl-tests/ -f /tmp/afl-input taler-exchange-httpd -f /tmp/afl-input -d test-exchange-home/ -C +$AFL_HOME/afl-fuzz -i baseline/ -m 250 -o afl-tests/ -f /tmp/afl-input taler-exchange-httpd -i -f /tmp/afl-input -d test-exchange-home/ -C -- cgit v1.2.3