mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
tests: Retry interactive tests once
We used to have this, it helps with resource constrained CI systems
This commit is contained in:
parent
2318d037ac
commit
fd66b66a86
1 changed files with 4 additions and 1 deletions
|
@ -68,7 +68,10 @@ if not python3 -c 'import pexpect'
|
|||
end
|
||||
for i in $pexpect_files_to_test
|
||||
if not test_pexpect_file $i
|
||||
set failed $failed $i
|
||||
say yellow "Trying $i for a second time"
|
||||
if not test_pexpect_file $i
|
||||
set failed $failed $i
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue