summaryrefslogtreecommitdiff
path: root/piglit-print-commands.py
AgeCommit message (Expand)AuthorFilesLines
2016-05-10framework: Add piglit-print-commands to the piglit commandDylan Baker1-84/+29
2016-05-02framework: change the chbang to python in piglit-print-commandsDylan Baker1-1/+1
2016-05-02framework: use six to make python2 and 3 work in piglit-print-commandsDylan Baker1-2/+8
2016-05-02framework: cleanup a bunch of style problems in piglit-print-commandsDylan Baker1-1/+3
2016-05-02framework: split a function out of main piglit-print-command.pyDylan Baker1-14/+16
2016-05-02framework: simplify imports in piglit-print-commands.pyDylan Baker1-5/+4
2016-05-02framework: sort imports in piglit-print-commands.pyDylan Baker1-2/+2
2016-05-02framework: remove os.path as path import from piglit-print-commands.Dylan Baker1-3/+2
2016-03-28framework: fix unicode command line arguments with python 2.xDylan Baker1-2/+5
2015-11-11framework: Convert the codebase to use the new global OptionsDylan Baker1-6/+6
2015-01-10piglit-print-commands.py: PEP8 fixes.Vinson Lee1-5/+6
2014-10-28piglit-print-commands.py: Fix bug with test packageDylan Baker1-2/+1
2014-07-17piglit-print-commands: make sure piglit.conf is readThomas Wood1-0/+1
2014-06-23core.py: rename Environment to OptionsDylan Baker1-4/+3
2014-06-19python: change she-bang to python2Dylan Baker1-1/+1
2014-04-29Fix piglit-print-commands.pyShuang He1-1/+1
2014-05-13framework: rename profile.loadTestProfile to profile.load_test_profileDylan Baker1-1/+1
2014-04-17framework: fix regression from 7d2f441Dylan Baker1-1/+2
2014-04-03exectest.py: Merge Test and ExecTest into a single classDylan Baker1-2/+2
2014-03-12python: Convert from print statement to functionDylan Baker1-1/+2
2014-01-28piglit-print-commands: Remove unused importsDylan Baker1-2/+0
2013-10-23Use simplejson if availableDylan Baker1-1/+0
2013-08-28piglit-print-commands.py: Remove deprecated optionsDylan Baker1-19/+4
2013-07-29piglit-print-commands.py: PEP8 complianceDylan Baker1-25/+22
2013-06-27piglit-print-commands: Print relative paths for binaries.José Fonseca1-1/+6
2013-05-13python: Convert tabs to spacesDylan Baker1-50/+50
2013-03-10Move re.compile for regex into CoreDylan Baker1-14/+13
2013-03-10Replaces getopt with argparseDylan Baker1-62/+36
2013-03-10piglit-print-commands.py: Drop dead resume codeDylan Baker1-9/+0
2013-03-10Change --tests to --include-testsDylan Baker1-2/+10
2013-01-04piglit-print-commands: Remove the second parameter of 'loadTestProfile' when ...Yi Sun1-1/+1
2012-11-13piglit-print-commands: add more info, fix incorrect examplesBrian Paul1-5/+9
2012-05-10Add a new "piglit-print-commands.py" command.Kenneth Graunke1-0/+124