summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjjb/dovetail/dovetail-run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh
index de92c1814..451662abe 100755
--- a/jjb/dovetail/dovetail-run.sh
+++ b/jjb/dovetail/dovetail-run.sh
@@ -274,9 +274,9 @@ echo "exec command: ${cp_tempest_cmd}"
$cp_tempest_cmd
if [[ ${TESTSUITE} == 'default' ]]; then
- testsuite= ''
+ testsuite=''
else
- testsuite= "--testsuite ${TESTSUITE}"
+ testsuite="--testsuite ${TESTSUITE}"
fi
run_cmd="dovetail run ${testsuite} -d"