aboutsummaryrefslogtreecommitdiff
path: root/lava-project-ci.py
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2014-03-21 12:12:37 -0700
committerTyler Baker <tyler.baker@linaro.org>2014-03-21 12:12:37 -0700
commitadca4e1c6c7a821418f13293817ca0dcbd3b0a35 (patch)
treeb6ece1e628e5d4883e18ef66b894f481f3728b1f /lava-project-ci.py
parente6705717fa7be2405d62a591b734ddb7757b2df1 (diff)
fix another message
Diffstat (limited to 'lava-project-ci.py')
-rw-r--r--lava-project-ci.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lava-project-ci.py b/lava-project-ci.py
index 891d10b..7c16fcb 100644
--- a/lava-project-ci.py
+++ b/lava-project-ci.py
@@ -147,7 +147,7 @@ def run_unit_tests():
exit(1)
def init():
- result_message_list.append('* LAVABOT: [RESULTS]: for patch set: %s' % os.environ['GERRIT_PATCHSET_REVISION'])
+ result_message_list.append('* LAVABOT: [RESULTS]: Automated test results for patch set: %s' % os.environ['GERRIT_PATCHSET_REVISION'])
def main(ignore_options):
# Uncomment the following to run locally