[Piglit] [PATCH 5/6] README: Document deqp_gles3.py configuration deprecation

Rhys Kidd rhyskidd at gmail.com
Thu Dec 21 06:49:55 UTC 2017


deqp_gles3.py accepted a now deprecated 'exe' configuration option.
Bring README into consistency with the current approach suggested in the
deprecation warning, as well as piglit.conf.example

Fixes: 51528bcdf ("framework: Deprecated abnormalities in deqp_gles3.py")
Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>
---
 README | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README b/README
index dc87d77cb..66c6bca95 100644
--- a/README
+++ b/README
@@ -495,14 +495,12 @@ either be located in the root of the piglit repo, or in $XDG_CONFIG_HOME
 bin=<deqp source dir>/modules/gles2/deqp-gles2
 
 [deqp-gles3]
-exe=<deqp source dir>/modules/gles3/deqp-gles3
+bin=<deqp source dir>/modules/gles3/deqp-gles3
 
 [deqp-gles31]
 bin=<deqp source dir>/modules/gles31/deqp-gles31
 """
 
-NOTE: for historical reasons gles3 uses 'exe' instead of 'bin'
-
 These platforms can be run using deqp_gles*.py as a suite in piglit.
 For example: ./piglit run deqp_gles31 my_results -c
 
-- 
2.14.1



More information about the Piglit mailing list