mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
multi: enable passing flag basedir
to make itest
This commit is contained in:
@@ -34,6 +34,11 @@ ifneq ($(shuffleseed),)
|
||||
SHUFFLE_SEED = $(shuffleseed)
|
||||
endif
|
||||
|
||||
# Set the base dir if specified.
|
||||
ifneq ($(basedir),)
|
||||
ITEST_FLAGS += -basedir=$(basedir)
|
||||
endif
|
||||
|
||||
# Windows needs to append a .exe suffix to all executable files, otherwise it
|
||||
# won't run them.
|
||||
ifneq ($(windows),)
|
||||
|
Reference in New Issue
Block a user