Updated Branches: refs/heads/FLUME-1787 d9dd9cbe3 -> b335abb03
Fix syntax error in test-patch.py Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/b335abb0 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/b335abb0 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/b335abb0 Branch: refs/heads/FLUME-1787 Commit: b335abb03586eb138b2b417076fbc98fb55d98a9 Parents: d9dd9cb Author: Brock Noland <[email protected]> Authored: Thu Dec 20 09:43:56 2012 -0600 Committer: Brock Noland <[email protected]> Committed: Thu Dec 20 09:43:56 2012 -0600 ---------------------------------------------------------------------- dev-support/test-patch.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/b335abb0/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index b34161b..b8bc1c6 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -49,7 +49,7 @@ def jira_post_comment(result, defect, branch, username, password): for success in result._success: body += [ "{color:green}SUCCESS:{color} %s" % (success) ] if "BUILD_URL" in os.enivron: - body += [ "Console output: %s/console" % (os.environ['BUILD_URL'] ] + body += [ "Console output: %s/console" % (os.environ['BUILD_URL']) ] body += [ "" ] body += [ "" ] body += [ "This message is automatically generated." ]
