summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorAndrew Morrow <acm@10gen.com>2013-08-13 12:11:06 -0400
committerAndrew Morrow <acm@10gen.com>2013-08-13 18:02:42 -0400
commitdda99507af1eef8368d5d26a226d4d94f50d5a30 (patch)
tree5f3fe245270ed5619f964cda4ce23904d1ffe408 /buildscripts
parent072e12a5e5b853435e47046d979b307fa2676951 (diff)
downloadmongo-dda99507af1eef8368d5d26a226d4d94f50d5a30.tar.gz
SERVER-10497 Remove legacy update framework
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 13a7d63af7c..57427f6168a 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -449,8 +449,6 @@ def runTest(test):
# Blech.
if os.path.basename(path) in ["test", "test.exe", "perftest", "perftest.exe"]:
argv = [path]
- if "newUpdateFrameworkEnabled" in set_parameters:
- argv += ["--testNewUpdateFramework"]
# more blech
elif os.path.basename(path) in ['mongos', 'mongos.exe']:
argv = [path, "--test"]