about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-01-22 09:28:28 +0100
committerhexcoder- <heiko@hexco.de>2020-01-22 09:28:28 +0100
commit44bf5bf262cd46a63f8cd05deee9d1e431c692d6 (patch)
tree28473cb45152e208dcbdd4095cfb76a862e66835
parent4fbcc37f8450136759913875b6234d2e3ab2f032 (diff)
parentfb221db8ae4d640aa6261633ca249a86305292c4 (diff)
downloadafl++-44bf5bf262cd46a63f8cd05deee9d1e431c692d6.tar.gz
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
-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
         }
       }