Skip to content

Commit

Permalink
Add -n to cp
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Jul 15, 2021
1 parent 7360914 commit fa7e2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -131,7 +131,7 @@ allowlist_externals =
commands =
# Create a folder for persistent corpus and use benchmark data as initial seed
mkdir -p {toxworkdir}/fuzzer-corpus
cp benchmark/data.toml {toxworkdir}/fuzzer-corpus/data.toml
cp -n benchmark/data.toml {toxworkdir}/fuzzer-corpus/data.toml
# Run fuzzer
python fuzzer/fuzz.py {toxworkdir}/fuzzer-corpus {posargs:-len_control=10000}
'''
Expand Down

0 comments on commit fa7e2d8

Please sign in to comment.