Skip to content

Commit

Permalink
tests: do not hardcode number of threads
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Jan 29, 2024
1 parent d6e55bf commit 5d3fe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fuzzing/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -xeuo pipefail

make -j $(nproc)

bwrap --bind / / --dev-bind /dev/null /dev/null --dev-bind /dev/urandom /dev/urandom --bind ${PWD} ${PWD} --remount-ro / honggfuzz --verifier --linux_perf_instr --threads 4 -s --exit_upon_crash -i tests/fuzzing -- tools/mkcomposefs
bwrap --bind / / --dev-bind /dev/null /dev/null --dev-bind /dev/urandom /dev/urandom --bind ${PWD} ${PWD} --remount-ro / honggfuzz --verifier --linux_perf_instr --threads $(nproc) -s --exit_upon_crash -i tests/fuzzing -- tools/mkcomposefs

0 comments on commit 5d3fe92

Please sign in to comment.