From d87eed2208046bdffdc836acde0b66cc2bbdd057 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Mon, 19 Feb 2024 17:34:55 -0500 Subject: [PATCH] Print timestamp before fuzzing --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index f42540c..d11bb0b 100644 --- a/justfile +++ b/justfile @@ -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