about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-01-22 08:35:41 +0100
committervan Hauser <vh@thc.org>2020-01-22 08:35:41 +0100
commitfb221db8ae4d640aa6261633ca249a86305292c4 (patch)
tree24fd386f7e21c4d91b185f836845e2a0f318f610 /test
parent00d086f816d6b517a6817d6093a83ed8a65b18fa (diff)
downloadafl++-fb221db8ae4d640aa6261633ca249a86305292c4.tar.gz
clarify gcc plugin test case result
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.sh2
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
         }
       }