README.md: Replace tmt test ls with tmt tests ls.
According to the output by `tmt --help`, the `tmt tests` is an official command name. ``` $ tmt --version tmt version: 1.38.0 $ tmt --help ... Commands: ... tests Manage tests (L1 metadata). ... ```
This commit is contained in:
parent
1ec0f08fb7
commit
6c9722646b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ You can run a specific test.
|
|||
List available tests.
|
||||
|
||||
```
|
||||
$ tmt test ls
|
||||
$ tmt tests ls
|
||||
/Sanity/native-extension-gem-is-installed-without-error/ruby25
|
||||
/Sanity/native-extension-gem-is-installed-without-error/ruby26
|
||||
/Sanity/native-extension-gem-is-installed-without-error/ruby27
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue