afl-gcc change -> test.sh

This commit is contained in:
van Hauser
2020-02-25 14:01:55 +01:00
parent a540bae7a9
commit 2c9c2e139e
3 changed files with 3 additions and 3 deletions

View File

@ -533,7 +533,7 @@ int plugin_init(struct plugin_name_args * plugin_info,
}
/* Show a banner */
if (isatty(2) && !getenv("AFL_QUIET")) {
if ((isatty(2) && !getenv("AFL_QUIET")) || getenv("AFL_DEBUG") != NULL) {
SAYF(G_(cCYA "afl-gcc-pass" VERSION cRST
" initially by <aseipp@pobox.com>, maintainer: hexcoder-\n"));