diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-24 19:30:28 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-24 19:30:28 +0300 |
commit | fc16d02c3dc8482fb41501f834083146680f41f8 (patch) | |
tree | ea5abb19cf76ed2fe8a8db02752ab379ea3b285e | |
parent | 3a0117c850a69b70bf2a39e9f2e61220a1e7f228 (diff) | |
download | rneovim-fc16d02c3dc8482fb41501f834083146680f41f8.tar.gz rneovim-fc16d02c3dc8482fb41501f834083146680f41f8.tar.bz2 rneovim-fc16d02c3dc8482fb41501f834083146680f41f8.zip |
ci: Do not use pipefail
-rw-r--r-- | ci/common/suite.sh | 1 |
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 |