diff options
author | van Hauser <vh@thc.org> | 2020-08-11 03:40:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 03:40:12 +0200 |
commit | 67dac152269c48245dca88140b1238b36d5e0954 (patch) | |
tree | 81e8f262c1dc403e34c7b287ba68c81bb37cb4d0 /test/test-basic.sh | |
parent | 9cf8637fab8cf3fe8aba5660015bbe7177805807 (diff) | |
parent | 50e76fce123f01ec83024f3bbd3190f2e1a6d387 (diff) | |
download | afl++-67dac152269c48245dca88140b1238b36d5e0954.tar.gz |
Merge branch 'debug' into taint
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 5ce5630b..9e4b03c3 100755 --- a/test/test-basic.sh +++ b/test/test-basic.sh @@ -120,7 +120,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc } } || { $ECHO "$YELLOW[-] not an intel platform, cannot test afl-gcc" - INCOMPLETE=1 + #this is not incomplete as this feature doesnt exist, so all good } . ./test-post.sh |