summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2013-11-25 11:13:16 -0500
committerRandolph Tan <randolph@10gen.com>2013-11-25 18:19:19 -0500
commit130741d128210ec82afec4401b9b4ad96603538c (patch)
tree9ad74a68c7cb2369f7746ab65da2d37a3a0e45ad /buildscripts
parent03a3e1c7afef6e49f56e3bd5b058331646098147 (diff)
downloadmongo-130741d128210ec82afec4401b9b4ad96603538c.tar.gz
SERVER-11772 new jstest suites for write command testing
Added new target 'jsCore' to smoke.py
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index e3dfe173030..cdb3355d0f0 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -777,6 +777,7 @@ suiteGlobalConfig = {"js": ("[!_]*.js", True),
"failPoint": ("fail_point/*.js", False),
"ssl": ("ssl/*.js", True),
"sslSpecial": ("sslSpecial/*.js", True),
+ "jsCore": ("core/[!_]*.js", True),
}
def expand_suites(suites,expandUseDB=True):