aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-01-31 17:00:04 +0100
committervanhauser-thc <vh@thc.org>2024-01-31 17:00:04 +0100
commitda5d3d63e20d7c522db06d7f8439ad3e386e2006 (patch)
treeb7b48b1514348c75e8f15e5050294b6c948643f7
parentccad11f7eb04e8c0de76fec6fd4b6eab1e940319 (diff)
downloadAFLplusplus-da5d3d63e20d7c522db06d7f8439ad3e386e2006.tar.gz
test error output
-rwxr-xr-xtest/test-nyx-mode.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test-nyx-mode.sh b/test/test-nyx-mode.sh
index 913a6d07..1d97045b 100755
--- a/test/test-nyx-mode.sh
+++ b/test/test-nyx-mode.sh
@@ -5,7 +5,7 @@
$ECHO "$BLUE[*] Testing: nyx_mode"
test -e ../libnyx.so && {
- ../afl-cc -o test-instr ../test-instr.c >/dev/null 2>&1
+ ../afl-cc -o test-instr ../test-instr.c > errors 2>&1
test -e test-instr && {
{
rm -rf nyx-test in out
@@ -58,6 +58,9 @@ test -e ../libnyx.so && {
#rm -rf test-instr in out errors nyx-test
}
} || {
+ echo CUT------------------------------------------------------------------CUT
+ cat errors
+ echo CUT------------------------------------------------------------------CUT
$ECHO "$RED[!] afl-cc compilation of test targets failed - what is going on??"
CODE=1
}