Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
test: make test runner return non-zero in case of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki authored and bnoordhuis committed Dec 12, 2011
1 parent b89c31b commit b06da4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runner.c
Expand Up @@ -71,7 +71,7 @@ int run_tests(int timeout, int benchmark_output) {
log_progress(total, passed, failed, "Done.\n");
}

return 0;
return failed;
}


Expand Down

0 comments on commit b06da4c

Please sign in to comment.