summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-01-23 12:02:33 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2015-01-27 15:31:54 -0800
commit6388228187aa7e7ebaf9ee8ae0519b038e520268 (patch)
tree0add8b6b62d98b0fa9471a45948e253141e8b85f /README
parent6d9a7b48dcd6a5c98544187d34270edfeb85728a (diff)
Update documentation to be clear about using multiple profiles
Updates README and the help message to be clear about using multiple test profiles. v2: - Fix spelling error (Emil) Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com> (v1)
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index ef8b63913..9ba0a97b3 100644
--- a/README
+++ b/README
@@ -209,11 +209,15 @@ Build from the Command Prompt.
Make sure that everything is set up correctly:
- $ ./piglit run tests/sanity results/sanity.results
+ $ ./piglit run tests/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 provide multiple profiles to be run at the same time:
+
+ $ ./piglit run quick_cl gpu deqp-gles3 results/gl-cl-combined
+
Use
$ ./piglit run