summaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rw-r--r--deploy/tempest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/tempest.py b/deploy/tempest.py
index 916ebad5..89411f3f 100644
--- a/deploy/tempest.py
+++ b/deploy/tempest.py
@@ -138,6 +138,7 @@ def prepare_install():
except Exception:
print("Deploy failed!!!.%s." % traceback.format_exc())
+ sys.exit(1)
else:
print_bar("Everything is done!")