mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 23:54:22 +01:00
test-cli: fix alpha case.
The output of grep confuses the scripts. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Sourced by other scripts
|
# Sourced by other scripts
|
||||||
|
|
||||||
if grep ^FEATURES.*ALPHA ../Makefile; then
|
if grep -q ^FEATURES.*ALPHA ../Makefile; then
|
||||||
STYLE=alpha
|
STYLE=alpha
|
||||||
DATADIR=$HOME/.alpha
|
DATADIR=$HOME/.alpha
|
||||||
REGTESTDIR=alpharegtest
|
REGTESTDIR=alpharegtest
|
||||||
|
|||||||
Reference in New Issue
Block a user