diff options
author | Randolph Tan <randolph@10gen.com> | 2013-11-25 11:13:16 -0500 |
---|---|---|
committer | Randolph Tan <randolph@10gen.com> | 2013-11-25 18:19:19 -0500 |
commit | 130741d128210ec82afec4401b9b4ad96603538c (patch) | |
tree | 9ad74a68c7cb2369f7746ab65da2d37a3a0e45ad | |
parent | 03a3e1c7afef6e49f56e3bd5b058331646098147 (diff) | |
download | mongo-130741d128210ec82afec4401b9b4ad96603538c.tar.gz |
SERVER-11772 new jstest suites for write command testing
Added new target 'jsCore' to smoke.py
-rwxr-xr-x | buildscripts/smoke.py | 1 |
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): |