fix travis and fix logic

This commit is contained in:
van Hauser
2020-02-19 10:46:10 +01:00
parent 687b357b2d
commit 69898722cb
6 changed files with 14 additions and 6 deletions

View File

@ -380,7 +380,7 @@ int main(int argc, char** argv) {
}
if (isatty(2) && !getenv("AFL_QUIET")) {
if ((isatty(2) && !getenv("AFL_QUIET")) || getenv("AFL_DEBUG") != NULL) {
SAYF(cCYA "afl-cc" VERSION cRST " by Michal Zalewski\n");
SAYF(cYEL "[!] " cBRI "NOTE: " cRST