Hi, All
I am following the README instruction to run silifuzz, and get an error when using silifuzz_orchestrator_main.
{SILIFUZZ_BIN_DIR}/orchestrator/silifuzz_orchestrator_main --duration=30s \
--runner=${SILIFUZZ_BIN_DIR}/runner/reading_runner_main_nolibc \
--shard_list_file=/tmp/shard_list
The fail log
E0303 11:19:25.939669 29757 silifuzz_orchestrator_main.cc:217] Corpus metadata file not found. Did you set --corpus_metadata_file: Could not open file : No such file or directory
Any thing I missed?
Thanks