mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
tests: Specify which tests completed successfully
It's a bit weird to just see "All tests completed successfully" and then another set of tests follows.
This commit is contained in:
parent
917f26b1dd
commit
1c880e5888
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ end
|
|||
|
||||
set failed (count $failed)
|
||||
if test $failed -eq 0
|
||||
say green "All tests completed successfully"
|
||||
say green "All interactive tests completed successfully"
|
||||
exit 0
|
||||
else
|
||||
set plural (test $failed -eq 1; or echo s)
|
||||
|
|
|
@ -44,7 +44,7 @@ if set -q littlecheck_files[1]
|
|||
end
|
||||
|
||||
if test $failed -eq 0
|
||||
say green "All tests completed successfully"
|
||||
say green "All high level script tests completed successfully"
|
||||
exit 0
|
||||
else
|
||||
set plural (test $failed -eq 1; or echo s)
|
||||
|
|
Loading…
Reference in a new issue