summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-05-24 17:50:37 -0400
committerEliot Horowitz <eliot@10gen.com>2012-05-25 15:05:07 -0400
commit7479fc37f2b2b110dae38865f8d91d770120a149 (patch)
tree4aab7b20e362e1adb78fcc85095330c8df720f8b /buildscripts
parent9739a5516610bbe2943d9e525b204254df9a559a (diff)
downloadmongo-7479fc37f2b2b110dae38865f8d91d770120a149.tar.gz
fix buildbot phase xfer
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 50c805cf7c5..c7ddb606291 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -712,7 +712,7 @@ def main():
os.environ['MONGO_BUILD_NUMBER'] = options.buildlogger_buildnum
os.environ['BUILDLOGGER_CREDENTIALS'] = options.buildlogger_credentials
if options.buildlogger_phase:
- os.environ['MONGO_BUILD_PHASE'] = options.buildlogger_phase
+ os.environ['MONGO_PHASE'] = options.buildlogger_phase
elif any(buildlogger_opts):
# some but not all of the required options were sete
raise Exception("you must set all of --buildlogger-builder, --buildlogger-buildnum, --buildlogger-credentials")