mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +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
|
||||
|
||||
if grep ^FEATURES.*ALPHA ../Makefile; then
|
||||
if grep -q ^FEATURES.*ALPHA ../Makefile; then
|
||||
STYLE=alpha
|
||||
DATADIR=$HOME/.alpha
|
||||
REGTESTDIR=alpharegtest
|
||||
|
||||
Reference in New Issue
Block a user