core-lightning/lightningd/test
Rusty Russell f68c9fa9c9 opt: make sure early cmdline options override config file.
I noticed that --network=regtest didn't override 'network=bitcoin' in
the config file.

Normally we parse the config file first, then the commandline (so the cmdline
wins).  But for early options, we do cmdline first so we can find the config
file.  That was fine when the only early option was the location of the
config file, but now it includes plugins and the network setting.

So do a boutique cmdline parse *just* to find the config file, then parse
the config file early options, then the cmdline early options.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-07-27 05:16:22 +00:00
..
Makefile makefiles: move all unit tests under make check-units 2019-06-30 16:41:30 +09:30
run-find_my_abspath.c opt: make sure early cmdline options override config file. 2019-07-27 05:16:22 +00:00
run-invoice-select-inchan.c Plugins: Add a notification for invoice payment 2019-07-25 11:19:47 +08:00
run-jsonrpc.c param: implement helpers for multiplex commands. 2019-07-16 21:39:14 +00:00