mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-28 16:24:56 +01:00
967422b380
Adds --shellReadMode flag to resmoke.py and changes Evergreen / resmoke configuration files to pass --readMode commands where appropriate.
12 lines
155 B
YAML
12 lines
155 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/repl/*.js
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
nodb: ''
|
|
readMode: commands
|