[Piglit] [PATCH 2/3] README: update documentation about paths and profiles

Dylan Baker baker.dylan.c at gmail.com
Mon Jan 26 09:26:09 PST 2015


v2: Add this patch after comments from Emil

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 README | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 9ba0a97..a651425 100644
--- a/README
+++ b/README
@@ -209,11 +209,14 @@ Build from the Command Prompt.
 
 Make sure that everything is set up correctly:
 
-  $ ./piglit run tests/sanity results/sanity
+  $ ./piglit run sanity results/sanity
 
 You may include '.py' on the profile, or you may exclude it (sanity vs sanity.py),
 both are equally valid.
 
+You may also preface test profiles with tests/ (or any other path you like),
+which may be useful for shell tab completion.
+
 You may provide multiple profiles to be run at the same time:
   
   $ ./piglit run quick_cl gpu deqp-gles3 results/gl-cl-combined
@@ -224,8 +227,9 @@ Use
   or
   $ ./piglit run -h
 
-To learn more about the command's syntax. Have a look into the tests/
-directory to see what test profiles are available:
+To learn more about the command's syntax.
+
+Have a look into the tests/ directory to see what test profiles are available:
 
   $ ls tests/*.py
 
-- 
2.2.2



More information about the Piglit mailing list