diff options
Diffstat (limited to 'test/test-basic.sh')
-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 } |