v2: Add this patch after comments from Emil Signed-off-by: Dylan Baker <[email protected]> --- 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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
