mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
ci: Do not use pipefail
This commit is contained in:
@@ -96,7 +96,6 @@ run_test_wd() {
|
|||||||
sid_file="$sid_file" \
|
sid_file="$sid_file" \
|
||||||
cmd="$cmd" \
|
cmd="$cmd" \
|
||||||
sh -c '
|
sh -c '
|
||||||
set -o pipefail
|
|
||||||
ps -o sid= > "$sid_file"
|
ps -o sid= > "$sid_file"
|
||||||
ret=0
|
ret=0
|
||||||
if ! eval "$cmd" 2>&1 | tee -a "$output_file" ; then
|
if ! eval "$cmd" 2>&1 | tee -a "$output_file" ; then
|
||||||
|
Reference in New Issue
Block a user