test: make test runner return non-zero in case of failure
This commit is contained in:
parent
b89c31b936
commit
b06da4cbab
@ -71,7 +71,7 @@ int run_tests(int timeout, int benchmark_output) {
|
||||
log_progress(total, passed, failed, "Done.\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
return failed;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user