From 7f50aa26dbe7a2832b377793be4069207e6b0dc1 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Sat, 12 Dec 2020 11:25:10 +0100 Subject: let the check for afl-gcc not abort 'make tests' --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 4d71e9fb..5c82279b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -526,7 +526,7 @@ test_build: afl-cc afl-gcc afl-as afl-showmap @rm -f test-instr @cmp -s .test-instr0 .test-instr1; DR="$$?"; rm -f .test-instr0 .test-instr1; if [ "$$DR" = "0" ]; then echo; echo "Oops, the instrumentation of afl-gcc does not seem to be behaving correctly!"; \ gcc -v 2>&1 | grep -q -- --with-as= && ( echo; echo "Gcc is configured not to use an external assembler with the -B option."; echo "See docs/INSTALL.md section 5 how to build a -B enabled gcc." ) || \ - ( echo; echo "Please post to https://github.com/AFLplusplus/AFLplusplus/issues to troubleshoot the issue." ); echo; exit 1; fi + ( echo; echo "Please post to https://github.com/AFLplusplus/AFLplusplus/issues to troubleshoot the issue." ); echo; exit 0; fi @echo @echo "[+] All right, the instrumentation of afl-gcc seems to be working!" else -- cgit 1.4.1