mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
fish_tests.cpp: set return value if tests fail
This commit is contained in:
@@ -2815,4 +2815,7 @@ int main(int argc, char **argv)
|
|||||||
event_destroy();
|
event_destroy();
|
||||||
proc_destroy();
|
proc_destroy();
|
||||||
|
|
||||||
|
if(err_count != 0) {
|
||||||
|
return(1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user