diff --git a/test/runner.c b/test/runner.c index daa8a2e4..fdd81684 100644 --- a/test/runner.c +++ b/test/runner.c @@ -71,7 +71,7 @@ int run_tests(int timeout, int benchmark_output) { log_progress(total, passed, failed, "Done.\n"); } - return 0; + return failed; }