summaryrefslogtreecommitdiff
path: root/buildscripts/smoke.py
diff options
context:
space:
mode:
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):