core-lightning/daemon/test
Rusty Russell 92187ae5e7 test: print output of commands which fail.
We capture the output in case we need to resubmit the command after restarting,
but we weren't printing it out on failure (set -e means we'd stop immediately).

As a side-effect of this change, we don't restart after failed
commands, which caused another bug: we were writing the 2->3 route to
the config file, but not restarting again, so we lost the route.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-08-30 20:10:57 +09:30
..
scripts test: use random port/rpcport for bitcoind. 2016-08-26 15:44:04 +09:30
Makefile daemon: first unit test, infrastructure. 2016-08-25 11:39:46 +09:30
run-maxfee.c daemon: first unit test, infrastructure. 2016-08-25 11:39:46 +09:30
test.sh test: print output of commands which fail. 2016-08-30 20:10:57 +09:30