aboutsummaryrefslogtreecommitdiffstats
path: root/helm/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'helm/run-test.sh')
-rwxr-xr-xhelm/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/run-test.sh b/helm/run-test.sh
index bb073c38..d40bb585 100755
--- a/helm/run-test.sh
+++ b/helm/run-test.sh
@@ -38,6 +38,6 @@ ROBOT_VARIABLES="-v DATA:$DATA -v NODETEMPLATES:$NODETEMPLATES -v POLICY_RUNTIME
echo "Run Robot test"
echo ROBOT_VARIABLES="${ROBOT_VARIABLES}"
echo "Starting Robot test suites ..."
-python3 -m robot.run $ROBOT_VARIABLES $1
+python3 -m robot.run -d /tmp/ $ROBOT_VARIABLES $1
RESULT=$?
echo "RESULT: ${RESULT}"