diff options
Diffstat (limited to 'scripts/run-all-ppl.sh')
-rwxr-xr-x | scripts/run-all-ppl.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run-all-ppl.sh b/scripts/run-all-ppl.sh index f643ca3a..e04d61d7 100755 --- a/scripts/run-all-ppl.sh +++ b/scripts/run-all-ppl.sh @@ -17,6 +17,7 @@ if [ ! -z "$3" ]; then args="$3" fi +set -o pipefail set -e model="$1" |