]> git.ozlabs.org Git - ccan/commit
failtest: fix silent exit when top-level return FAIL_PROBE
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 1 Aug 2011 08:29:09 +0000 (17:59 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 1 Aug 2011 08:29:09 +0000 (17:59 +0930)
commit736e5860207154ce01d79629813f181611468321
treec5c0972ff3eca75e402df62ffbc99654ab8a8ad3
parentc9ae18920d7d29d6dd07a6ee11c24338462593c1
failtest: fix silent exit when top-level return FAIL_PROBE

We were missing failed tests: if the top-level returns FAIL_PROBE, we would
exit; this should only apply to children.
ccan/failtest/failtest.c