diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-06-10 12:09:45 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-06-10 12:09:45 +0200 |
commit | c1eb2bccaae8f5b31546e6af3b00583e46bd842b (patch) | |
tree | d976be78487a385fd2bcb37c1b4615e9d6f6a2c8 /test | |
parent | 5cb6dc77955bb19316859c37684cb838418392cc (diff) | |
download | afl++-c1eb2bccaae8f5b31546e6af3b00583e46bd842b.tar.gz |
more output in uc-tests
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index 95aa6159..aadc023c 100755 --- a/test/test.sh +++ b/test/test.sh @@ -902,6 +902,9 @@ $ECHO "$BLUE[*] Testing: unicorn_mode" test -d ../unicorn_mode/unicornafl && { test -e ../unicorn_mode/samples/simple/simple_target.bin -a -e ../unicorn_mode/samples/compcov_x64/compcov_target.bin && { { + # We want to see python errors etc. in logs, in case something doesn't work + export AFL_DEBUG_CHILD_OUTPUT=1 + # some python version should be available now PYTHONS="`command -v python3` `command -v python` `command -v python2`" EASY_INSTALL_FOUND=0 @@ -988,6 +991,9 @@ test -d ../unicorn_mode/unicornafl && { rm -rf in out errors } fi + + unset AFL_DEBUG_CHILD_OUTPUT + } } || { $ECHO "$RED[!] missing sample binaries in unicorn_mode/samples/ - what is going on??" |