From: Rusty Russell Date: Tue, 15 Feb 2011 12:57:15 +0000 (+1030) Subject: failtest: --debugpath= for really hard-to-find bugs. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=df34919b32720329544195900ce57f1a229842f8;hp=df34919b32720329544195900ce57f1a229842f8;ds=inline failtest: --debugpath= for really hard-to-find bugs. If children and parents aren't isolated properly (ie. failtest is buggy) we really want to run gdb on a failing child. This hack allows that. ---