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:
Fabian Homborg 2020-03-28 18:41:44 +01:00
parent 917f26b1dd
commit 1c880e5888
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)