Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzaldysanchez committed Feb 6, 2024
1 parent b44f197 commit 15f3d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/go_core_fuzz
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use_tee() {
cat > "$@"
fi
}
cd ./fuzz && ./fuzz_all_native.py -ci | use_tee $OUTPUT_FILE
cd ./fuzz && ./fuzz_all_native.py --ci | use_tee $OUTPUT_FILE
EXITCODE=${PIPESTATUS[0]}

# Assert no known sensitive strings present in test logger output
Expand Down

0 comments on commit 15f3d88

Please sign in to comment.