]> git.ozlabs.org Git - ccan/commit
failtest: continue (without failing) if we run off end of --failpath=
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 28 Mar 2011 03:58:22 +0000 (14:28 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 28 Mar 2011 03:58:22 +0000 (14:28 +1030)
commit3ad57bc902f31ba347df59de04168f00c626d924
tree39d306990d53a6e8dc32c61a406326cbca21f66e
parent024fbb5f9682d3187b65849948c372c3879ed9bd
failtest: continue (without failing) if we run off end of --failpath=

This is important because we tell people to use --failpath to reproduce a
failure, but the fail path we list only goes up to the last failure injection
if the child dies, for example.

Thanks to David Gibson for prodding me to fix this...
ccan/failtest/failtest.c