Skip to content
Snippets Groups Projects
Commit 0d17ee3a authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix bug causing all fuzzers to run forever

parent 48a3af61
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ template: |
if [ "$jobs" != "1" ]
then
flags="-jobs=$jobs -workers=$jobs"
flags="-jobs=$jobs -workers=$jobs $flags"
fi
if [ "$config" == "asan-trace-cmp" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment