aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/common/suite.sh1
1 files changed, 0 insertions, 1 deletions
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