mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
fish_tests.cpp: set return value if tests fail
This commit is contained in:
parent
3106cffb65
commit
568de7e818
1 changed files with 3 additions and 0 deletions
|
@ -2815,4 +2815,7 @@ int main(int argc, char **argv)
|
|||
event_destroy();
|
||||
proc_destroy();
|
||||
|
||||
if(err_count != 0) {
|
||||
return(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue