diff options
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/mqlrun.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/mqlrun.yml b/buildscripts/resmokeconfig/suites/mqlrun.yml new file mode 100644 index 00000000000..8283f4593da --- /dev/null +++ b/buildscripts/resmokeconfig/suites/mqlrun.yml @@ -0,0 +1,13 @@ +test_kind: js_test + +selector: + roots: + - src/mongo/db/modules/*/jstests/mqlrun/*.js + +# mqlrun tests don't have a test fixture. Instead, they use the shell to spawn an mqlrun subprocess. +executor: + archive: + config: + shell_options: + nodb: '' + readMode: commands |