Re: [Piglit] Error when using creating a summary with old results

2015-07-28 Thread Ilia Mirkin
Instead of piglit-summary-html foo.old you can do piglit-summary-html (cat foo.old) That should hide the filename from python. Dylan: Looks like your logic is a bit *too* clever now :) On Tue, Jul 28, 2015 at 10:47 AM, Tom Stellard t...@stellard.net wrote: Hi, I'm getting this error when

[Piglit] Error when using creating a summary with old results

2015-07-28 Thread Tom Stellard
Hi, I'm getting this error when I try to include older results in a summary: Warning: A python exception that should have been handled was not. This is bug and should be reported. BUG: No module supports file extensions .old Is there some way to fix this? Thanks, Tom

Re: [Piglit] Error when using creating a summary with old results

2015-07-28 Thread Tom Stellard
On Tue, Jul 28, 2015 at 11:25:59AM -0400, Ilia Mirkin wrote: Instead of piglit-summary-html foo.old Hi, I'm passing directory names to piglit that don't have a .old suffix. However inside the directories, I see results.json.bz2 and results.json.old. Is it possible there is an upgrade