summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/no_server.yml
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2015-06-22 20:18:10 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2015-06-22 20:18:10 -0400
commit2fb814c60c065cb78e271b5a6da8d2ec2637a475 (patch)
tree07b11fec684de2d70cf53c1b6aa5eedec170379b /buildscripts/resmokeconfig/suites/no_server.yml
parent96ca66e9fa63782864e536f0f3ea866f5e6503f5 (diff)
downloadmongo-2fb814c60c065cb78e271b5a6da8d2ec2637a475.tar.gz
SERVER-18834 Add --executor command line option to resmoke.py.
Exposes a way to specify how jstests passed in on the command line should be run. Defaults to starting a standalone mongod. --executor=core_small_oplog_rs is equivalent to smoke.py's --small-oplog-rs --executor=no_server is equivalent to smoke.py's --dont-start-mongod
Diffstat (limited to 'buildscripts/resmokeconfig/suites/no_server.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/no_server.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/no_server.yml b/buildscripts/resmokeconfig/suites/no_server.yml
new file mode 100644
index 00000000000..95a8b6a4c0f
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/no_server.yml
@@ -0,0 +1,5 @@
+executor:
+ js_test:
+ config:
+ shell_options:
+ nodb: ''