From 386f1b32babc38daafad97949056ac953d53b3b0 Mon Sep 17 00:00:00 2001 From: Randolph Tan Date: Fri, 14 Mar 2014 11:43:25 -0400 Subject: SERVER-13191 migrate auth jstest suite to use write commands api --- buildscripts/smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildscripts') 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): -- cgit v1.2.1