ci: Do not use pipefail

This commit is contained in:
ZyX 2017-04-24 19:30:28 +03:00
parent 3a0117c850
commit fc16d02c3d
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ run_test_wd() {
sid_file="$sid_file" \
cmd="$cmd" \
sh -c '
set -o pipefail
ps -o sid= > "$sid_file"
ret=0
if ! eval "$cmd" 2>&1 | tee -a "$output_file" ; then