From 00a5063107f70e8b8d9a74c9aa8d272db8a3a9f4 Mon Sep 17 00:00:00 2001 From: Santhosh Edukulla Date: Wed, 15 Jan 2014 00:31:41 +0530 Subject: [PATCH] Fix for CLOUDSTACK-5864 Fixed the mentioned issue. Signed-off-by: Santhosh Edukulla --- tools/marvin/pom.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml index 086924859d1..b321fe46ba2 100644 --- a/tools/marvin/pom.xml +++ b/tools/marvin/pom.xml @@ -193,15 +193,11 @@ ${basedir}/marvin python - deployAndRun.py - -c - ${resolved.userdir}/${marvin.config} - -t - /tmp/t.log - -r - /tmp/r.log - -f - ${resolved.basedir}/marvin/testSetupSuccess.py + deployAndRun.py + -c + ${resolved.userdir}/${marvin.config} + -d + ${resolved.basedir}/marvin/testSetupSuccess.py