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