summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index da7a28f..aff8f8a 100644
--- 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"
)
)