commit e33b08e230818cda00333ebbc4ac0e2e868801e9
parent d0ed2c7d68183da3639e81513c288c6c2a7a0b5d
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 25 Feb 2020 13:26:10 +0100
fix logic
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -538,7 +538,7 @@ INTEGRATIONTEST_FACTORY.addStep(
name="fetch",
description="Running local configure of wallet",
descriptionDone="wallet configure done",
- command=["configure", "--prefix=$HOME/local/],
+ command=["configure", "--prefix=$HOME/local/"],
workdir="../../sources/wallet-core"
)
)
@@ -547,7 +547,7 @@ INTEGRATIONTEST_FACTORY.addStep(
name="fetch",
description="Running local make of wallet",
descriptionDone="wallet make done",
- command=["configure", "--prefix=$HOME/local/],
+ command=["make"],
workdir="../../sources/wallet-core"
)
)