xml reports for TestCaseEngine

Conflicts:

	tools/marvin/marvin/TestCaseExecuteEngine.py
This commit is contained in:
Prasanna Santhanam 2012-06-28 16:47:47 +05:30 committed by Prasanna Santhanam
parent 85c5b5656d
commit 326655d8c6
1 changed files with 1 additions and 1 deletions

View File

@ -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)