summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-25 13:26:10 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-25 13:26:10 +0100
commite33b08e230818cda00333ebbc4ac0e2e868801e9 (patch)
treed4430a486325d6bac55a88d167d00d9838af0a9a
parentd0ed2c7d68183da3639e81513c288c6c2a7a0b5d (diff)
downloaddeployment-e33b08e230818cda00333ebbc4ac0e2e868801e9.tar.gz
deployment-e33b08e230818cda00333ebbc4ac0e2e868801e9.tar.bz2
deployment-e33b08e230818cda00333ebbc4ac0e2e868801e9.zip
fix logic
-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"
)
)