From a39aa0e4b4585de448c7d02c9268b6b5b157b51b Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Sat, 12 Aug 2017 08:53:49 +0200 Subject: [PATCH] use old --halt 2 with parallel (fixes #3431) --- ui/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/build b/ui/build index e8005d0b66..4c40bf39c9 100755 --- a/ui/build +++ b/ui/build @@ -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