summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2014-11-25 18:11:33 -0500
committerRandolph Tan <randolph@10gen.com>2014-11-25 18:11:33 -0500
commit0f07af1389edc601d00bd556fc4a06d8e5754448 (patch)
tree34af1ab15e538cc4b8130752701e52c9455ac096 /buildscripts
parente064261829d913ef223b6710e79c966a8bb4e364 (diff)
downloadmongo-0f07af1389edc601d00bd556fc4a06d8e5754448.tar.gz
Revert "SERVER-13425 migrate sharding jstest suite to use write commands api"
This reverts commit e34a30fbf39b50ed86d5c9de6a97fc28ad19a466.
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 3a3409ef1cf..c1edb88ebe2 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -448,7 +448,7 @@ def skipTest(path):
return False
-forceCommandsForDirs = ["aggregation", "auth", "core", "parallel", "replsets", "sharding"]
+forceCommandsForDirs = ["aggregation", "auth", "core", "parallel", "replsets"]
# look for jstests and one of the above suites separated by either posix or windows slashes
forceCommandsRE = re.compile(r"jstests[/\\](%s)" % ('|'.join(forceCommandsForDirs)))
def setShellWriteModeForTest(path, argv):