sbsv2/raptor/test/common/run_tests.py
changeset 625 a1925fb7753a
parent 616 24e4ef208cca
--- a/sbsv2/raptor/test/common/run_tests.py	Wed Jul 28 13:20:46 2010 +0100
+++ b/sbsv2/raptor/test/common/run_tests.py	Thu Aug 12 09:00:16 2010 +0100
@@ -535,3 +535,6 @@
 		upload_location = options.upload)
 run_tests.run_tests()
 
+if run_tests.suites_failed:
+	sys.exit(1)
+