summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorAndreas Nilsson <andreas.nilsson@10gen.com>2014-12-04 17:29:17 -0500
committerAndreas Nilsson <andreas.nilsson@10gen.com>2014-12-05 14:06:06 -0500
commit09abd0fe8e9dcce0980fff598b16e676e08abde2 (patch)
tree00879ab0a6686f2a5469af9ff27e51bc3e9e978a /buildscripts
parentf6255b4bc16c6b1f3eee1bcadddb62648b33818b (diff)
downloadmongo-09abd0fe8e9dcce0980fff598b16e676e08abde2.tar.gz
SERVER-16002 SERVER-16369 - Cluster / standalone auth tests
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 383c24356d9..b3f0f2753fa 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -514,7 +514,7 @@ def runTest(test, result):
if os.path.basename(path) in ('python', 'python.exe'):
path = argv[1]
elif ext == ".js":
- argv = [shell_executable, "--port", mongod_port, '--authenticationMechanism', authMechanism]
+ argv = [shell_executable, "--port", mongod_port]
setShellWriteModeForTest(path, argv)