diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-15 22:25:06 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-15 22:25:06 +0100 |
commit | e79a4faf10eb4ff46ea907b6e27befca044ec739 (patch) | |
tree | 0ebc1302d60ad0b5239ca65ec1884cec6e4729b1 /test | |
parent | 2863d6205bcffc4fa3e7384d226d266b471e35c6 (diff) | |
download | afl++-e79a4faf10eb4ff46ea907b6e27befca044ec739.tar.gz |
Revert "make travis happy"
This reverts commit fc1a52b1c68d60ac27809536e27cb7d32f6cbdcc.
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 90dc0dfe..64c76758 100755 --- a/test/test.sh +++ b/test/test.sh @@ -550,9 +550,11 @@ test -d ../unicorn_mode/unicorn && { test -e ../unicorn_mode/samples/simple/simple_target.bin -a -e ../unicorn_mode/samples/compcov_x64/compcov_target.bin && { { # travis workaround - PY=python + PY=`which python` + test "$PY" = "/opt/pyenv/shims/python" -a -x /usr/bin/python && PY=/usr/bin/python mkdir -p in echo 0 > in/in + $ECHO "$GREY[*] Using python binary $PY" $ECHO "$GREY[*] running afl-fuzz for unicorn_mode, this will take approx 25 seconds" { ../afl-fuzz -V25 -U -i in -o out -d -- "$PY" ../unicorn_mode/samples/simple/simple_test_harness.py @@ >>errors 2>&1 |