Fix for CLOUDSTACK-5864

Fixed the mentioned issue.

Signed-off-by: Santhosh Edukulla <Santhosh.Edukulla@citrix.com>
This commit is contained in:
Santhosh Edukulla 2014-01-15 00:31:41 +05:30 committed by Sebastien Goasguen
parent 25ae91da10
commit 3a3d8f27dd
1 changed files with 5 additions and 9 deletions

View File

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