Skip to content

Commit f861c60

Browse files
committed
update script's output dir for ziggy
1 parent 63d4275 commit f861c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-fuzzer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ echo "✅ Fuzzing completed with exit code: ${FUZZ_EXIT_CODE}."
9494
# We need to do this since ziggy does not exit if it encounters any crash
9595
# Hopefully this PR should fix it: https://github.com/srlabs/ziggy/pull/113
9696
#---------------------------------------
97-
CRASH_DIR="./output/subspace-test-fuzzer/crashes"
97+
CRASH_DIR="./output/target/afl/release/subspace-test-fuzzer/crashes"
9898

9999
if [[ -d "$CRASH_DIR" ]]; then
100100
CRASH_COUNT=$(find "$CRASH_DIR" -type f | wc -l | tr -d ' ')

0 commit comments

Comments
 (0)