Update script a bit.
This commit is contained in:
parent
52ed4bb589
commit
3657101d9a
|
@ -2,4 +2,8 @@
|
|||
|
||||
export HFUZZ_RUN_ARGS="--max_file_size 2048"
|
||||
|
||||
die() { echo "$*"; exit 1; }
|
||||
|
||||
command -v wasm || die "spec interpreter 'wasm' is not on PATH";
|
||||
|
||||
rustup run nightly cargo hfuzz run hfuzz
|
||||
|
|
Loading…
Reference in New Issue