mirror of https://github.com/apache/cloudstack.git
xml reports for TestCaseEngine
Conflicts: tools/marvin/marvin/TestCaseExecuteEngine.py
This commit is contained in:
parent
85c5b5656d
commit
326655d8c6
|
|
@ -91,4 +91,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