taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit f02b61e2af8d0e32ad8f6b6305134997e4b0227f
parent 1ae26617ca68987aa5a6e1777fea2dc11edc2b9b
Author: ms <ms@taler.net>
Date:   Fri,  9 Jul 2021 13:31:11 +0200

invoke wallet via basename

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -961,7 +961,7 @@ TALER_DEMO_HEALTHCHECK_FACTORY.addStep( name="test-withdraw-and-spend", description="Running wallet spend tests", descriptionDone="Test correctly run", - command=["./$HOME/local/bin/taler-wallet-cli", + command=["taler-wallet-cli", "testing", "run-integrationtests", "payment-demo"