We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c421ae commit 717b8bcCopy full SHA for 717b8bc
projects/opus/build.sh
@@ -65,6 +65,8 @@ for build in "${BUILDS[@]}"; do
65
# fuzzer's name
66
[ -f tests/$fuzzer.options ] \
67
&& cp tests/$fuzzer.options $OUT/${fuzzer}_${build}.options
68
- cp $SRC/zipped-corpus.zip $OUT/${fuzzer}_${build}_seed_corpus.zip
+ cp $SRC/zipped-corpus.zip $OUT/${fuzzer}_${build}_seed_corpus.zip &
69
done
70
71
+
72
+wait
0 commit comments