In the course of trying to fix my fix to bug 588, I kept running into problems with the testsuite -- it would churn for about thirty minutes, find a bunch of failures, and then crash, never spitting out any of the output or tracebacks I'd need to find out what went wrong. It wasn't even giving me test names, though I guess I would have had that at least if I'd run with -v.
So I whipped up an implementation of -vv which makes it dump out the error log after each test (unless it passed), rather than at the very end. Is this something folks might find interesting? I also have a patch which adds a -l option to run.py, that makes all that output go to a file, though I suppose it's just as easy to redirect it with the shell. Again, any interest? Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
