mirror of https://github.com/apache/cloudstack.git
xml reports for TestCaseEngine
This commit is contained in:
parent
831dba1210
commit
4abfc6a280
|
|
@ -87,4 +87,4 @@ class TestCaseExecuteEngine(object):
|
|||
if self.format == "text":
|
||||
unittest.TextTestRunner(stream=self.testResultLogFile, verbosity=2).run(self.suite)
|
||||
elif self.format == "xml":
|
||||
xmlrunner.XMLTestRunner(output=self.testResultLogFile, verbose=True).run(self.suite)
|
||||
xmlrunner.XMLTestRunner(output='xml-reports', verbose=True).run(self.suite)
|
||||
Loading…
Reference in New Issue