use old --halt 2 with parallel (fixes #3431)

pull/3445/head
Niklas Fiekas 2017-08-12 08:53:49 +02:00
parent 18b81f8588
commit a39aa0e4b4
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ build() {
if type -p parallel; then # parallel execution!
if [ -z "$P_OPTS" -a ! -e ~/.parallel/config ]; then
P_OPTS="-j+4 --halt now,fail=1"
P_OPTS="-j+4 --halt 2"
[ "$TRAVIS" = "true" ] || P_OPTS+=" --bar"
fi
set -x