Updated Branches: refs/heads/FLUME-1787 b335abb03 -> 564ae7385
Fix mis-named os.environ package Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/564ae738 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/564ae738 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/564ae738 Branch: refs/heads/FLUME-1787 Commit: 564ae738517875730e183d43df950c459b752b5f Parents: b335abb Author: Brock Noland <[email protected]> Authored: Thu Dec 20 09:48:51 2012 -0600 Committer: Brock Noland <[email protected]> Committed: Thu Dec 20 09:48:51 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/564ae738/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index b8bc1c6..fb7bacf 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -48,7 +48,7 @@ def jira_post_comment(result, defect, branch, username, password): body += [ "INFO: %s" % (info) ] for success in result._success: body += [ "{color:green}SUCCESS:{color} %s" % (success) ] - if "BUILD_URL" in os.enivron: + if "BUILD_URL" in os.environ: body += [ "Console output: %s/console" % (os.environ['BUILD_URL']) ] body += [ "" ] body += [ "" ]
