summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-01-26 09:19:36 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2015-01-27 15:31:54 -0800
commit51de0891fa5a460a59baf8a060ac6f9eaf6cfb7c (patch)
treead3628a281bf35362ab8bbe8e618ac362919a3f1 /README
parent6388228187aa7e7ebaf9ee8ae0519b038e520268 (diff)
README: update documentation about paths and profiles
v2: - Add this patch after comments (Emil) Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index 9ba0a97b3..a651425c8 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