Skip to content

Commit

Permalink
More removal
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Apr 4, 2024
1 parent 03f82c6 commit 8c9439c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/oss-fuzz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ this_dir=\$(dirname \"\$0\")
export TEST_DATA_DIRS=\$this_dir/corpus
chmod +x \$this_dir/$fuzz_basename
ARGS=\$*
ARGS=\$(echo \${ARGS} | sed \"s/-timeout=\\([0-9]\\+\\)/-fuzz_for=\1s/g\")
#ARGS=\$(echo \${ARGS} | sed \"s/-timeout=\\([0-9]\\+\\)/-fuzz_for=\1s/g\")
# Keep rss_limit_mb
ARGS=\$(echo \${ARGS} | sed \"s/-runs=\\([0-9]\\+\\)/ /g\")
FUZZTEST_PRNG_SEED=\$(echo \${ARGS} | sed \"s/.*-seed=\\([0-9]\\+\\).*/\1/g\")
ARGS=\$(echo \${ARGS} | sed \"s/-seed=\\([0-9]\\+\\)/ /g\")
#ARGS=\$(echo \${ARGS} | sed \"s/-seed=\\([0-9]\\+\\)/ /g\")
\$this_dir/$fuzz_basename --fuzz=$fuzz_entrypoint -- \$ARGS
echo \"\$this_dir/$fuzz_basename --fuzz=$fuzz_entrypoint -- \$ARGS\"
chmod -x \$this_dir/$fuzz_basename" > $OUT/$TARGET_FUZZER
Expand Down

0 comments on commit 8c9439c

Please sign in to comment.