commit 2ce42fcf3ea04091090a67adfabe8f40f6d69e55
parent 12a25606ae255997ca0b1da42cee7cd4697c0d5e
Author: MS <ms@taler.net>
Date: Thu, 10 Sep 2020 11:13:13 +0200
script invocation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -600,7 +600,7 @@ INTEGRATIONTEST_FACTORY.addStep(
name="fetch",
description="Running local bootstrap of wallet",
descriptionDone="wallet bootstrap done",
- command=["bootstrap"],
+ command=["./bootstrap"],
workdir="../../sources/wallet-core"
)
)