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 path that isn't deleting the .old files when it should? -Tom > 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 <[email protected]> wrote: > > 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 > > _______________________________________________ > > Piglit mailing list > > [email protected] > > http://lists.freedesktop.org/mailman/listinfo/piglit _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
