diff -r f70b728ea30c -r a1925fb7753a sbsv2/raptor/test/common/run_tests.py --- 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) +