[Piglit] [PATCH 2/2] Script to produce results in a format that Jenkins-CI understand.
Vinson Lee
vlee at freedesktop.org
Sat Jan 21 00:25:44 PST 2012
On Fri, Jan 20, 2012 at 6:56 AM, <jfonseca at vmware.com> wrote:
> +_printable = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~ \t\n\r'
> +_printable = ''.join([chr(_c) in _printable and chr(_c) or '?' for _c in range(256)])
> +del _c
Can string.printable be used some here?
More information about the Piglit
mailing list