On Tue, Jan 14, 2014 at 12:09 PM, Dylan Baker <[email protected]> wrote: > @@ -46,6 +48,19 @@ if 'MESA_DEBUG' not in os.environ: > > > class Environment: > + """ Object cointaining the piglit testing environment
s/cointaining/containing/ > + > + Keyword Arguments: > + concurrent -- run tests concurrently or serially. default: True > + execute -- run tests or only simulate running tests. default: True > + include_filter -- a list of strigs which will be compiled to regex. Only > + tests matching these strings will be run. default: [] s/strigs/strings/g [occurs in next line as well] _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
