summaryrefslogtreecommitdiff
path: root/buildscripts/smoke.py
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2014-03-14 11:43:25 -0400
committerRandolph Tan <randolph@10gen.com>2014-03-26 15:34:37 -0400
commit386f1b32babc38daafad97949056ac953d53b3b0 (patch)
tree343a72e2d26b7b3d7c86ddc59250835b59e00d2d /buildscripts/smoke.py
parentfd1ac5955a4f2d4d0c74ab3e88d4b49169973b11 (diff)
downloadmongo-386f1b32babc38daafad97949056ac953d53b3b0.tar.gz
SERVER-13191 migrate auth jstest suite to use write commands api
Diffstat (limited to 'buildscripts/smoke.py')
-rwxr-xr-xbuildscripts/smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index ba9e9f55d00..01882fab49d 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -443,7 +443,7 @@ def skipTest(path):
return False
def setShellWriteModeForTest(path, argv):
- forceCommandsForSuite = ["aggregation", "replsets", "parallel", "core"]
+ forceCommandsForSuite = ["aggregation", "replsets", "parallel", "core", "auth"]
swm = shell_write_mode;
if swm == "legacy": # change when the default changes to "commands"
if use_write_commands or any("jstests/" + s in path for s in forceCommandsForSuite):