Message ID | 20191029200942.83044-3-andrealmeid@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add --config argument for custom config filenames | expand |
diff --git a/Documentation/running-tests.md b/Documentation/running-tests.md index 675dac7..d5921be 100644 --- a/Documentation/running-tests.md +++ b/Documentation/running-tests.md @@ -21,7 +21,8 @@ will run all tests in the `loop` group and the `block/002` test. Test configuration goes in the `config` file at the top-level directory of the blktests repository. Test configuration options can also be set as environment -variables instead of in the `config` file. +variables instead of in the `config` file. It is also possible to use a +different file for configuration, using `--config=<file_name>`. ### Test Devices
Add information about how to use the argument `--config`. Signed-off-by: André Almeida <andrealmeid@collabora.com> --- Documentation/running-tests.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)