diff options
-rwxr-xr-x | test/test.sh | 6 | ||||
-rw-r--r-- | unicorn_mode/UNICORNAFL_VERSION | 2 | ||||
m--------- | unicorn_mode/unicornafl | 0 |
3 files changed, 7 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index f5aa374e..a7d9fc49 100755 --- a/test/test.sh +++ b/test/test.sh @@ -901,6 +901,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 @@ -987,6 +990,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??" diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION index c03c4529..21a8657d 100644 --- a/unicorn_mode/UNICORNAFL_VERSION +++ b/unicorn_mode/UNICORNAFL_VERSION @@ -1 +1 @@ -04765d30 +0ca7a8f2 diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl -Subproject 04765d30ac3c3d31d83520f35237a52d18002c8 +Subproject 0ca7a8f22b8bb028eb9fe053c0974a60ee640f1 |