diff options
author | vanhauser-thc <vh@thc.org> | 2024-02-01 08:13:52 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-02-01 08:13:52 +0100 |
commit | 970e0b14ce16c04a25ae90be81a933d943a04410 (patch) | |
tree | 7b740aa05c3a8d1c4a9196d8034e7a3ed9c544d1 | |
parent | 3768933c92cd03e7810c856cf3c89e2d589b29dd (diff) | |
download | afl++-970e0b14ce16c04a25ae90be81a933d943a04410.tar.gz |
debug ci
-rwxr-xr-x | test/test-nyx-mode.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test-nyx-mode.sh b/test/test-nyx-mode.sh index bfb2e8b7..95829828 100755 --- a/test/test-nyx-mode.sh +++ b/test/test-nyx-mode.sh @@ -42,9 +42,8 @@ test -e ../libnyx.so && { rm -rf errors nyx-test test-instr in out } || { echo CUT------------------------------------------------------------------CUT - afl-cc - afl-cc -v - clang -v + ../afl-cc + ../afl-cc -v cat errors echo CUT------------------------------------------------------------------CUT $ECHO "$RED[!] afl-fuzz is not working correctly with nyx_mode" |