Skip to content
  • Kenneth Graunke's avatar
    Add a new "piglit-print-commands.py" command. · bc2af99b
    Kenneth Graunke authored
    
    
    This prints a list of all the tests and how to run them:
    
    piglit test name ::: /path/to/piglit/bin/program <args>
    glean test name ::: PIGLIT_TEST='...' /path/to/piglit/bin/glean -v -v -v ...
    
    This may be of use to our QA team, who currently use their own
    infrastructure for running test suites.  Having their runner launch
    piglit-run.py, which parses all.tests, for every test case, is
    incredibly expensive.
    
    This is not meant to be a long term solution.
    
    Signed-off-by: Kenneth Graunke's avatarKenneth Graunke <kenneth@whitecape.org>
    Acked-by: default avatarJose Fonseca <jfonseca@vmware.com>
    bc2af99b