A small fix for k8s rally tests
Change-Id: Ia5a05a91cccedead17214bd590cfac1b8cd14fee
diff --git a/src/com/mirantis/mcp/Validate.groovy b/src/com/mirantis/mcp/Validate.groovy
index e023b4c..761e085 100644
--- a/src/com/mirantis/mcp/Validate.groovy
+++ b/src/com/mirantis/mcp/Validate.groovy
@@ -315,7 +315,7 @@
writeFile file: "${tmp_dir}/kube.config", text: kube_config
salt.cmdRun(master, target, "mv ${tmp_dir}/* ${results}/")
salt.runSaltProcessStep(master, target, 'file.rmdir', ["${tmp_dir}"])
- cmd_rally_init = 'set -x; if [ ! -w ~/.rally ]; then sudo chown rally:rally ~/.rally ; fi; cd /tmp/; ' +
+ cmd_rally_init = 'set -e ; set -x; if [ ! -w ~/.rally ]; then sudo chown rally:rally ~/.rally ; fi; cd /tmp/; ' +
"git clone -b ${plugins_branch ?: 'master'} ${plugins_repo} plugins; " +
"sudo pip install --upgrade ./plugins; " +
"rally env create --name k8s --spec ${dest_folder}/kubespec.yaml; " +