mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: Do not mark test as failed if it is previous one which failed
This commit is contained in:
parent
ac87c7e5ae
commit
ae7d8d8ffb
@ -69,6 +69,7 @@ run_test_wd() {
|
||||
while test $restarts -gt 0 ; do
|
||||
: > "${status_file}"
|
||||
(
|
||||
FAILED=0
|
||||
if ! (
|
||||
set -o pipefail
|
||||
eval "$cmd" 2>&1 | tee -a "$output_file"
|
||||
|
Loading…
Reference in New Issue
Block a user