diff options
author | vanhauser-thc <vh@thc.org> | 2023-03-10 10:59:52 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-03-10 10:59:52 +0100 |
commit | 4c7c78d92648bd1c5ec1e2d5115d32872a2a5905 (patch) | |
tree | 6bdf4086271a3dc462fac108501ab184a4d14bd5 | |
parent | aabfe781fd05fe7b0981cc933d10900d92655369 (diff) | |
download | afl++-4c7c78d92648bd1c5ec1e2d5115d32872a2a5905.tar.gz |
enhance tests for macos
-rwxr-xr-x | test/test-basic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-basic.sh b/test/test-basic.sh index fdd1ed41..067d8a47 100755 --- a/test/test-basic.sh +++ b/test/test-basic.sh @@ -256,7 +256,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc unset AFL_QUIET } rm -f test-instr.plain - } && { + } || { $ECHO "$YELLOW[-] afl-clang executes gcc, cannot test" INCOMPLETE=1 } |