mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
`extra_scylla_cmdline_options` is a list of commandline arguments and, actually, each argument should be a separate item. Few configuration files have `--reactor-backend` option added in the format which doesn't follow this rule.
5 lines
134 B
YAML
5 lines
134 B
YAML
# Custom command line arguments for some of the tests
|
|
custom_args: {}
|
|
extra_scylla_cmdline_options:
|
|
- '--reactor-backend=linux-aio'
|