Skip to content

Commit

Permalink
Print timestamp before fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Feb 19, 2024
1 parent ff42e87 commit d87eed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ fuzz *extra-args: (gen "--debug-build") tree-sitter-clone _out-dirs
printf "$cache_key" > "$keyfile"

fuzzer_flags="-artifact_prefix=$artifacts -timeout=20 -max_total_time=1200 -jobs={{ nproc }}"

echo "Starting fuzzing at $(date -u -Is)"
LD_LIBRARY_PATH="{{ts_src}}" "{{ fuzz_out }}" "$corpus" $fuzzer_flags {{ extra-args }}

# Configure the database used by clang-format, clang-tidy, and language servers
Expand Down

0 comments on commit d87eed2

Please sign in to comment.