about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-01 14:18:36 +0100
committervanhauser-thc <vh@thc.org>2024-02-01 14:18:36 +0100
commit96ada75bd95741f99987e7bddeea8bde16ebc80c (patch)
tree9dae27338dd6113f2ecaf2b69087330eb6e0e7aa
parent87596105efd7e7ebe31556a777e288c9eed6ae5d (diff)
downloadafl++-96ada75bd95741f99987e7bddeea8bde16ebc80c.tar.gz
debug ci
-rwxr-xr-xtest/test-nyx-mode.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test-nyx-mode.sh b/test/test-nyx-mode.sh
index 494a74f2..d30be39f 100755
--- a/test/test-nyx-mode.sh
+++ b/test/test-nyx-mode.sh
@@ -3,6 +3,7 @@
 . ./test-pre.sh
 
 $ECHO "$BLUE[*] Testing: nyx_mode"
+env
 
 unset AFL_CC
 
@@ -44,8 +45,6 @@ test -e ../libnyx.so && {
             rm -rf errors nyx-test test-instr in out
           } || {
             echo CUT------------------------------------------------------------------CUT
-            ../afl-cc
-            ../afl-cc -v
             cat errors
             echo CUT------------------------------------------------------------------CUT
             $ECHO "$RED[!] afl-fuzz is not working correctly with nyx_mode"