xml reports for TestCaseEngine

Conflicts:

        tools/marvin/marvin/TestCaseExecuteEngine.py


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/326655d8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/326655d8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/326655d8

Branch: refs/heads/master
Commit: 326655d8c682673f66f1ad3c94a3e57a90513514
Parents: 85c5b56
Author: Prasanna Santhanam <[email protected]>
Authored: Thu Jun 28 16:47:47 2012 +0530
Committer: Prasanna Santhanam <[email protected]>
Committed: Mon Jul 30 15:27:55 2012 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/TestCaseExecuteEngine.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/326655d8/tools/marvin/marvin/TestCaseExecuteEngine.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/TestCaseExecuteEngine.py 
b/tools/marvin/marvin/TestCaseExecuteEngine.py
index 79089ab..07df563 100644
--- a/tools/marvin/marvin/TestCaseExecuteEngine.py
+++ b/tools/marvin/marvin/TestCaseExecuteEngine.py
@@ -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)

Reply via email to