./piglit-run.py tests/quick.tests results/first-run If your X is crashing like mine, you can exclude some GLX tests using the -x option:
./piglit-run.py -x makeCurrent -x GLX_EXT_import_context tests/quick.tests results/first-run Once it's done, create an html summary: ./piglit-summary-html.py summary/first-run results/first-run And then open it: firefox summary & Marek On Sun, Jan 26, 2014 at 9:16 AM, Maxence Le Doré <[email protected]> wrote: > Hello, > > I would like to start contributing to Piglit. But I'm not able to > launch a test except the sanity one given in the README. I'm sure this > is because I'm not familiar at all with python. > Could you give me a bunch a illustrating commands/actions that you > usely do while testing/hacking piglit. It will make me gain a lot of > time instead of wasting hours. > > Thanks > _______________________________________________ > Piglit mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/piglit _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
