aboutsummaryrefslogtreecommitdiff
path: root/test/test-pre.sh
diff options
context:
space:
mode:
authorMark <mteffeteller@google.com>2024-03-29 16:23:37 +0000
committerMark <mteffeteller@google.com>2024-03-29 16:23:37 +0000
commit5c891e9c31cf7e1148e73150ad8008d5d2606686 (patch)
treeae0e5e5f1bc5b1b1362b14eadd2649868dc7cdf9 /test/test-pre.sh
parent4c0e8a733dffdb238440d79687d9cdc8ac709b21 (diff)
parent775861ea94d00672c9e868db329073afd699b994 (diff)
downloadAFLplusplus-5c891e9c31cf7e1148e73150ad8008d5d2606686.tar.gz
Merge commit '775861ea94d00672c9e868db329073afd699b994' into tmp_auto_upgrade
Update AFLpp repo with upstream using external_updater Test: Build afl-fuzz and run an AFL fuzzer Bug: 331246566 Change-Id: Ia6ee9cb4adea9d9912fd86d86e1b92123fe44127
Diffstat (limited to 'test/test-pre.sh')
-rwxr-xr-xtest/test-pre.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-pre.sh b/test/test-pre.sh
index 1ca9dfb5..ce996415 100755
--- a/test/test-pre.sh
+++ b/test/test-pre.sh
@@ -20,7 +20,7 @@ echo foobar | grep -qE 'asd|oob' 2>/dev/null || { echo Error: grep command does
test -e ./test-all.sh || cd $(dirname $0) || exit 1
test -e ./test-all.sh || { echo Error: you must be in the test/ directory ; exit 1 ; }
export AFL_PATH=`pwd`/..
-export AFL_NO_AFFINITY=1 # workaround for travis that fails for no avail cores
+export AFL_TRY_AFFINITY=1 # workaround for travis that fails for no avail cores
echo 1 > test.1
echo 1 > test.2