diff options
| author | vanhauser-thc <vh@thc.org> | 2024-01-30 15:06:34 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2024-01-30 15:06:34 +0100 |
| commit | 9604fe922ede9282a06a89b8d18d4de267aebd54 (patch) | |
| tree | 0c6f0a940ee546e711e43d539471b9c423ba405a /test/test-pre.sh | |
| parent | d5b6c0f773178eb8890d0e7004c3c6d4931687fa (diff) | |
| download | afl++-9604fe922ede9282a06a89b8d18d4de267aebd54.tar.gz | |
nyx test for CI
Diffstat (limited to 'test/test-pre.sh')
| -rwxr-xr-x | test/test-pre.sh | 2 |
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 |
