summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorScott Hernandez <scotthernandez@gmail.com>2013-07-24 08:20:59 -0400
committerScott Hernandez <scotthernandez@gmail.com>2013-07-24 08:21:10 -0400
commitcefa4cf1d64db11822f73c3a9cd25263dd013d38 (patch)
tree7131157a3df77bd4879f49c6a2a3daa2c96f932a /buildscripts
parentf9b40bf3ae57a0ee9301d70bf45c127a463563da (diff)
downloadmongo-cefa4cf1d64db11822f73c3a9cd25263dd013d38.tar.gz
more accurate matching for enabling dbtests for new update framework
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 a178b5a8ac8..01d47a674c4 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -435,7 +435,7 @@ def runTest(test):
# Blech.
if os.path.basename(path) in ["test", "test.exe", "perftest", "perftest.exe"]:
argv = [path]
- if "newUpdateFrameworkEnabled=true" in set_parameters:
+ if "newUpdateFrameworkEnabled" in set_parameters:
argv += ["--testNewUpdateFramework"]
# more blech
elif os.path.basename(path) in ['mongos', 'mongos.exe']: