[Piglit] [PATCH 2/4] README.md: Remove not about .py on profiles

Dylan Baker dylan at pnwbakers.com
Fri Jun 8 16:15:49 UTC 2018


It is still valid, but the behavior of profiles specified without an
extension is always preferable, since some profiles are available as
compressed xml and as python. The XML versions will start faster and
use less memory than the python version. Other profiles are only
available as python, so just stop using it.
---
 README.md | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 2d7d95674..2698bbef9 100644
--- a/README.md
+++ b/README.md
@@ -193,12 +193,6 @@ Make sure that everything is set up correctly:
 
     $ ./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
@@ -215,7 +209,7 @@ 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
+    $ ls tests/*.xml.gz
 
 See also section 4.
 
@@ -270,7 +264,7 @@ behaves.
 
     Force glslparser tests to be run with the desktop (non-gles) version of
     glslparsertest. This can be used to test ESX_compatability extensions
-    for OpenGL
+    for OpenGL.
 
   - `PIGLIT_NO_FAST_SKIP`
 
-- 
2.17.1



More information about the Piglit mailing list