You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2014/01/17 23:40:17 UTC

[15/50] [abbrv] git commit: updated refs/heads/rbac to 929fbab

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/3a3d8f27
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3a3d8f27
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3a3d8f27

Branch: refs/heads/rbac
Commit: 3a3d8f27dd0bc4e1c9082d7434f365a702a8bf36
Parents: 25ae91d
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:45:58 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3a3d8f27/tools/marvin/pom.xml
----------------------------------------------------------------------
diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml
index 0ab994c..f36f5e4 100644
--- a/tools/marvin/pom.xml
+++ b/tools/marvin/pom.xml
@@ -193,15 +193,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>