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
|