On Tue, Nov 08, 2005 at 01:35:01PM +0100, Florian Weimer wrote: > > I'm also wondering, does the test harness handle die properly > > (i.e. report it as an error)? > > Good point. No, not quite. I don't know how to handle that yet. I > can't call ok & friends because that would bump the test counter. I'm > not aware of an interface which allows to flag the current test as > failing. > > Shall I ask some Perl folks and submit an updated patch if there's a > reasonable solution?
Sure. I don't mind bumping the test counter. We use ok to do things like verify that rm_rf works on the directories when we're finished with them, so I don't think the test counter is really particularly useful. -- David Roundy http://www.darcs.net _______________________________________________ darcs-devel mailing list [email protected] http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel
