summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/ssl_special.yml
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2017-05-26 13:59:32 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2017-05-26 13:59:32 -0400
commitb6c1b6b6a9bfe17d3c21d87ee8516e069dadfa3c (patch)
treee05d63a53f72e96cf0456b7bb612eee69b8584ec /buildscripts/resmokeconfig/suites/ssl_special.yml
parent90fd8a19000b5f96983f068e6380c1f6bd824b69 (diff)
downloadmongo-b6c1b6b6a9bfe17d3c21d87ee8516e069dadfa3c.tar.gz
SERVER-28302 resmoke.py parser should accept files that don't end in .js
Diffstat (limited to 'buildscripts/resmokeconfig/suites/ssl_special.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/ssl_special.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/buildscripts/resmokeconfig/suites/ssl_special.yml b/buildscripts/resmokeconfig/suites/ssl_special.yml
index 3f48f2d217a..28013dad8aa 100644
--- a/buildscripts/resmokeconfig/suites/ssl_special.yml
+++ b/buildscripts/resmokeconfig/suites/ssl_special.yml
@@ -1,12 +1,12 @@
+test_kind: js_test
+
selector:
- js_test:
- roots:
- - jstests/sslSpecial/*.js
+ roots:
+ - jstests/sslSpecial/*.js
# ssl tests start their own mongod's.
executor:
- js_test:
- config:
- shell_options:
- nodb: ''
- readMode: commands
+ config:
+ shell_options:
+ nodb: ''
+ readMode: commands