core-lightning/test-cli/scripts/vars.sh
Rusty Russell 8f4426e09b scripts: move to scripts/ subdir, prepare for alpha.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-06-30 12:08:18 +09:30

8 lines
153 B
Bash

# Sourced by other scripts
CLI="bitcoin-cli -regtest"
STYLE=bitcoin
#CLI="alpha-cli -regtest -testnet=0"
#STYLE=alpha
#PREFIX="valgrind --vgdb-error=1"