aboutsummaryrefslogtreecommitdiff
path: root/lava-project-ci.py
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2014-03-27 12:00:20 -0700
committerTyler Baker <tyler.baker@linaro.org>2014-03-27 12:00:20 -0700
commit1c3964b53bff8baabb854630e9f92c6460cde615 (patch)
treeded1af88115407dfe784817ce3fdb2b4acfac03a /lava-project-ci.py
parent445ad22aebb47e557e9d68ec2aa7e6f763fd2afa (diff)
db: format the message better
Diffstat (limited to 'lava-project-ci.py')
-rw-r--r--lava-project-ci.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lava-project-ci.py b/lava-project-ci.py
index b729581..502e853 100644
--- a/lava-project-ci.py
+++ b/lava-project-ci.py
@@ -153,10 +153,10 @@ def drop_test_db():
output = subprocess.check_output(cmd, shell=True)
if debug:
print output
- message = '* TEARDOWN STEP: [PASSED]: %s' % cmd
+ message = '* TEAR DOWN STEP: [PASSED]: %s' % cmd
result_message_list.append(message)
except subprocess.CalledProcessError as e:
- message = '* TEARDOWN STEP: [FAILED]: %s' % cmd
+ message = '* TEAR DOWN STEP: [FAILED]: %s' % cmd
result_message_list.append(message)
print e.output
publish_result(False)