From 3a3d8f27dd0bc4e1c9082d7434f365a702a8bf36 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 0ab994c8f8f..f36f5e4a7d5 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