diff options
author | van Hauser <vh@thc.org> | 2020-01-22 08:35:41 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-01-22 08:35:41 +0100 |
commit | fb221db8ae4d640aa6261633ca249a86305292c4 (patch) | |
tree | 24fd386f7e21c4d91b185f836845e2a0f318f610 /test | |
parent | 00d086f816d6b517a6817d6093a83ed8a65b18fa (diff) | |
download | afl++-fb221db8ae4d640aa6261633ca249a86305292c4.tar.gz |
clarify gcc plugin test case result
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 23d98278..0ae6fd09 100755 --- a/test/test.sh +++ b/test/test.sh @@ -336,7 +336,7 @@ test -e ../afl-gcc-fast -a -e ../afl-gcc-rt.o && { $ECHO "$GREEN[+] gcc_plugin run reported $TUPLES instrumented locations which is fine" } || { $ECHO "$RED[!] gcc_plugin instrumentation produces a weird number of instrumented locations: $TUPLES" - $ECHO "$YELLOW[-] the gcc_plugin instrumentation issue is not flagged as an error because travis builds would all fail otherwise :-(" + $ECHO "$YELLOW[-] this is a known issue in gcc, not afl++. It is not flagged as an error because travis builds would all fail otherwise :-(" #CODE=1 } } |