From e7e21949bf1958eaffdef415ac64ef74695fbd75 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Tue, 12 Apr 2016 10:09:48 +0200 Subject: [PATCH] Exit when tests fail --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index 10c93f1..98f7ea7 100644 --- a/test/test.py +++ b/test/test.py @@ -570,7 +570,7 @@ if __name__ == '__main__': sys.path.insert(0, '../src') import scriptform import runscript - unittest.main(exit=False) + unittest.main(exit=True) cov.stop() cov.save()