You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2014/01/15 11:46:42 UTC

git commit: updated refs/heads/4.2 to 4f30889

Updated Branches:
  refs/heads/4.2 e5fc9fdef -> 4f3088929


Fix for CLOUDSTACK-5864

Fixed the mentioned issue.

Signed-off-by: Santhosh Edukulla <Sa...@citrix.com>


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

Branch: refs/heads/4.2
Commit: 4f30889291fc5fa1c11081b737f91cfc3a460919
Parents: e5fc9fd
Author: Santhosh Edukulla <Sa...@citrix.com>
Authored: Wed Jan 15 00:31:41 2014 +0530
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Wed Jan 15 11:46:32 2014 +0100

----------------------------------------------------------------------
 tools/marvin/pom.xml | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4f308892/tools/marvin/pom.xml
----------------------------------------------------------------------
diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml
index 7a7c60d..6a499ca 100644
--- a/tools/marvin/pom.xml
+++ b/tools/marvin/pom.xml
@@ -194,15 +194,11 @@
                   <workingDirectory>${basedir}/marvin</workingDirectory>
                   <executable>python</executable>
                   <arguments>
-                    <argument>deployAndRun.py</argument>
-                    <argument>-c</argument>
-                    <argument>${resolved.userdir}/${marvin.config}</argument>
-                    <argument>-t</argument>
-                    <argument>/tmp/t.log</argument>
-                    <argument>-r</argument>
-                    <argument>/tmp/r.log</argument>
-                    <argument>-f</argument>
-                    <argument>${resolved.basedir}/marvin/testSetupSuccess.py</argument>
+                   <argument>deployAndRun.py</argument>
+                   <argument>-c</argument>
+                   <argument>${resolved.userdir}/${marvin.config}</argument>
+                   <argument>-d</argument>
+                   <argument>${resolved.basedir}/marvin/testSetupSuccess.py</argument>
                   </arguments>
                 </configuration>
               </execution>