mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
test.fish: Notice littlecheck failures
This failed to propagate the exit status. Sorry!
This commit is contained in:
parent
5133287873
commit
7d3bec1297
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ function test_littlecheck_file
|
|||
if test $exit_status -eq 0
|
||||
say green "ok ($test_duration sec)"
|
||||
end
|
||||
return $exit_status
|
||||
end
|
||||
|
||||
set -l failed
|
||||
|
|
Loading…
Reference in a new issue