aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-05 01:29:05 +0200
committervan Hauser <vh@thc.org>2020-08-05 01:29:05 +0200
commitf6c89ec3a9c016a032455b5752a685607c6a0bdb (patch)
treebbc914ef8dd87b55c37f9352f8fff0ed0bfa415e /test
parent3d8f05458041d6007617e383453c7ad66b345144 (diff)
downloadAFLplusplus-f6c89ec3a9c016a032455b5752a685607c6a0bdb.tar.gz
workaround travis
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-pre.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-pre.sh b/test/test-pre.sh
index e7aed182..3e2d475d 100755
--- a/test/test-pre.sh
+++ b/test/test-pre.sh
@@ -19,6 +19,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
echo 1 > test.1
echo 1 > test.2