From 0798ac066e89b53b9dea581ed79737904e4cd8f3 Mon Sep 17 00:00:00 2001 From: Scott Hernandez Date: Thu, 27 Mar 2014 17:46:03 -0400 Subject: SERVER-13297: have 'smoke.py all' use jsCore instead of js --- buildscripts/smoke.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildscripts') diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py index 8acc0b33826..23f1acc56d6 100755 --- a/buildscripts/smoke.py +++ b/buildscripts/smoke.py @@ -442,9 +442,9 @@ def skipTest(path): return False -forceCommandsForSuite = ["aggregation", "replsets", "parallel", "core", "auth"] +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(forceCommandsForSuite))) +forceCommandsRE = re.compile(r"jstests[/\\](%s)" % ('|'.join(forceCommandsForDirs))) def setShellWriteModeForTest(path, argv): swm = shell_write_mode if swm == "legacy": # change when the default changes to "commands" @@ -902,7 +902,7 @@ def expand_suites(suites,expandUseDB=True): if suite == 'all': return expand_suites(['test', 'perf', - 'js', + 'jsCore', 'jsPerf', 'noPassthroughWithMongod', 'noPassthrough', -- cgit v1.2.1