diff options
author | Andreas Nilsson <andreas.nilsson@10gen.com> | 2014-12-02 15:42:26 -0500 |
---|---|---|
committer | Andreas Nilsson <andreas.nilsson@10gen.com> | 2014-12-02 15:42:26 -0500 |
commit | a6a420f7f68dea6ee86f8dfbf91cdf6e07916eb8 (patch) | |
tree | 178642ec33dbd4c61b0c5fa53056723ad2a57b3e /buildscripts | |
parent | d698427a79eed6538b16733463f34e70bcea6a1d (diff) | |
download | mongo-a6a420f7f68dea6ee86f8dfbf91cdf6e07916eb8.tar.gz |
Revert "SERVER-16002 SERVER-16369 Cluster / standalone auth tests."
This reverts commit 11b2d7b6051766674c2d66c86d9f23d0befdee09.
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 b3f0f2753fa..383c24356d9 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] + argv = [shell_executable, "--port", mongod_port, '--authenticationMechanism', authMechanism] setShellWriteModeForTest(path, argv) |