Re: TAP and Bail out!

2008-01-19 Thread Eric Wilhelm
# from Adam Kennedy # on Saturday 19 January 2008 18:23: >I'm not sure why BAIL_OUT wouldn't be the appropriate thing in that > case. What's the guy's name on second? That's right. if($bad_thing_make_test_no_good) { BAIL_OUT("...")} That's great and dandy. Everyone should do it early and of

Re: TAP and Bail out!

2008-01-19 Thread Adam Kennedy
Eric Wilhelm wrote: # from Adam Kennedy # on Friday 18 January 2008 00:23: Eric Wilhelm wrote: This is not a command-line conditional bail, but rather "the module won't even load for some reason and thus testing anything else is pointless". ... Well, possibly. The bail outs you'd keep long t