commit d318cff767d94817e54d2aaa8d02a5a0aa185adb
parent 3ce0322ad923281c5ea06b4915a3928e4628dd91
Author: MS <ms@taler.net>
Date: Thu, 10 Sep 2020 11:47:07 +0200
script invocation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -609,7 +609,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"
)
)