diff mbox

[i-g-t,2/5] README: Describe the subtest documentation command line flags

Message ID 1502360811-31640-3-git-send-email-petri.latvala@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Petri Latvala Aug. 10, 2017, 10:26 a.m. UTC
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
---
 README | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Vinay Belgaumkar Aug. 10, 2017, 10:59 p.m. UTC | #1
On 8/10/2017 3:26 AM, Petri Latvala wrote:
> Signed-off-by: Petri Latvala <petri.latvala@intel.com>
> ---
>   README | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/README b/README
> index d1ea952..5b6cb00 100644
> --- a/README
> +++ b/README
> @@ -32,6 +32,11 @@ tests/
>   	be run. Some tests have futher options and these are detailed by using
>   	the --help option.
>   
> +	Tests with subtests will print a documentation string (if any)
> +	with the --document-subtest option. The option
> +	--document-all-subtests will print the subtest documentation
> +	for all subtests that have it.
> +
>   	The test suite can be run using the run-tests.sh script available in
>   	the scripts directory. Piglit is used to run the tests and can either
>   	be installed from your distribution (if available), or can be

Reviewed-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
diff mbox

Patch

diff --git a/README b/README
index d1ea952..5b6cb00 100644
--- a/README
+++ b/README
@@ -32,6 +32,11 @@  tests/
 	be run. Some tests have futher options and these are detailed by using
 	the --help option.
 
+	Tests with subtests will print a documentation string (if any)
+	with the --document-subtest option. The option
+	--document-all-subtests will print the subtest documentation
+	for all subtests that have it.
+
 	The test suite can be run using the run-tests.sh script available in
 	the scripts directory. Piglit is used to run the tests and can either
 	be installed from your distribution (if available), or can be