diff options
author | Andreas Nilsson <andreas.nilsson@10gen.com> | 2014-12-04 17:29:17 -0500 |
---|---|---|
committer | Andreas Nilsson <andreas.nilsson@10gen.com> | 2014-12-05 14:06:06 -0500 |
commit | 09abd0fe8e9dcce0980fff598b16e676e08abde2 (patch) | |
tree | 00879ab0a6686f2a5469af9ff27e51bc3e9e978a /buildscripts | |
parent | f6255b4bc16c6b1f3eee1bcadddb62648b33818b (diff) | |
download | mongo-09abd0fe8e9dcce0980fff598b16e676e08abde2.tar.gz |
SERVER-16002 SERVER-16369 - Cluster / standalone auth tests
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 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) |