diff options
-rwxr-xr-x | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -265,4 +265,4 @@ if __name__ == "__main__": prof.runcall(runner.run, fullsuite) prof.dump_stats("wsgitools.pstat") else: - runner.run(fullsuite) + sys.exit(len(runner.run(fullsuite).failures)) |