mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-28 04:35:09 +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
|
if test $exit_status -eq 0
|
||||||
say green "ok ($test_duration sec)"
|
say green "ok ($test_duration sec)"
|
||||||
end
|
end
|
||||||
|
return $exit_status
|
||||||
end
|
end
|
||||||
|
|
||||||
set -l failed
|
set -l failed
|
||||||
|
|
Loading…
Reference in a new issue