mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 00:01:15 -03:00
Makefile/tests: use return values to communicate errors
This commit is contained in:
@@ -40,11 +40,11 @@ if [ "$argv" != '-n' ]
|
||||
|
||||
if test $res = ok;
|
||||
echo File test.fish tested ok
|
||||
exit 0
|
||||
else
|
||||
echo File test.fish failed tests
|
||||
exit 1
|
||||
end;
|
||||
|
||||
exit
|
||||
end
|
||||
|
||||
echo Testing high level script functionality
|
||||
|
||||
Reference in New Issue
Block a user