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, 2 insertions, 0 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 6e2c067eadb..c7d7529c7f3 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -384,6 +384,8 @@ def expandSuites(suites):
(globstr, usedb) = ('auth/*.js', False)
elif suite == 'smokeSharding':
(globstr, usedb) = ('sharding/*.js', False)
+ elif suite == 'smokeShardingJs':
+ (globstr, usedb) = ('_runner_sharding_passthrough.js', True)
elif suite == 'smokeTool':
(globstr, usedb) = ('tool/*.js', False)
# well, the above almost works for everything...