From 6c9722646b17e4ee6733455c31aea09f6303cae5 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Wed, 20 Nov 2024 17:17:48 +0100 Subject: [PATCH] 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). ... ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb853e..a8eacd1 100644 --- a/README.md +++ b/README.md @@ -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