diff options
author | Scott Hernandez <scotthernandez@gmail.com> | 2013-07-24 08:20:59 -0400 |
---|---|---|
committer | Scott Hernandez <scotthernandez@gmail.com> | 2013-07-24 08:21:10 -0400 |
commit | cefa4cf1d64db11822f73c3a9cd25263dd013d38 (patch) | |
tree | 7131157a3df77bd4879f49c6a2a3daa2c96f932a /buildscripts | |
parent | f9b40bf3ae57a0ee9301d70bf45c127a463563da (diff) | |
download | mongo-cefa4cf1d64db11822f73c3a9cd25263dd013d38.tar.gz |
more accurate matching for enabling dbtests for new update framework
Diffstat (limited to 'buildscripts')
-rwxr-xr-x | buildscripts/smoke.py | 2 |
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']: |