From fc16d02c3dc8482fb41501f834083146680f41f8 Mon Sep 17 00:00:00 2001 From: ZyX Date: Mon, 24 Apr 2017 19:30:28 +0300 Subject: ci: Do not use pipefail --- ci/common/suite.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/common/suite.sh b/ci/common/suite.sh index 986c145736..4fa8256ee8 100644 --- a/ci/common/suite.sh +++ b/ci/common/suite.sh @@ -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 -- cgit