From 6c9c711e5e3359c49d2ec34d7b4afcca59280791 Mon Sep 17 00:00:00 2001 From: Anh <zenpoems@gmail.com> Date: Sun, 10 Feb 2019 13:34:52 -0800 Subject: [PATCH] Small output change -- ignore --- cicd_testing/afl-zafl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd_testing/afl-zafl.sh b/cicd_testing/afl-zafl.sh index e7d22c4..2ebb0da 100755 --- a/cicd_testing/afl-zafl.sh +++ b/cicd_testing/afl-zafl.sh @@ -20,7 +20,7 @@ $ZAFL_HOME/zfuzz/test/od/test_od.sh echo "Test graph optimizations" $ZAFL_HOME/zfuzz/afl_transforms/tools/zax/test/test_graph.sh -echo "Testing zafl with ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000" +echo "Test zafl with ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000" export ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000 $ZAFL_HOME/zfuzz/test/strings/test_strings.sh $ZAFL_HOME/zfuzz/test/bc/test_bc.sh -- GitLab