commit 7a0b556a432113626273ef0b5e22c4fd95fa53d9
parent cfaf34e3fd7da09353c79923ee8729b8bdec8865
Author: ms <ms@taler.net>
Date: Thu, 8 Jul 2021 09:43:26 +0200
change demo.taler.net health-check
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -975,7 +975,7 @@ TALER_DEMO_HEALTHCHECK_FACTORY.addStep(
name="test-spend",
description="Running wallet spend tests",
descriptionDone="Test correctly run",
- command=["timeout", "--preserve-status", "5m", "./$HOME/bin/taler-wallet-cli", "integrationtest", "--verbose", "-b", "https://bank.demo.taler.net", "-s", "TESTKUDOS:4"],
+ command=["timeout", "--preserve-status", "5m", "./$HOME/bin/taler-wallet-cli", "testing", "run-integrationtests", "payment-demo"],
workdir="build/",
)
)