sbsv2/raptor/test/common/run_tests.py
changeset 625 a1925fb7753a
parent 616 24e4ef208cca
equal deleted inserted replaced
624:f70b728ea30c 625:a1925fb7753a
   533 raptor_tests.clean_epocroot()
   533 raptor_tests.clean_epocroot()
   534 run_tests = SuiteRun(suitepattern = options.suite, testpattern = options.tests,
   534 run_tests = SuiteRun(suitepattern = options.suite, testpattern = options.tests,
   535 		upload_location = options.upload)
   535 		upload_location = options.upload)
   536 run_tests.run_tests()
   536 run_tests.run_tests()
   537 
   537 
       
   538 if run_tests.suites_failed:
       
   539 	sys.exit(1)
       
   540