commit 564985dea7e98fa2acffd6df10c4213d2cb68dbb
parent 7a0b556a432113626273ef0b5e22c4fd95fa53d9
Author: ms <ms@taler.net>
Date: Thu, 8 Jul 2021 09:49:20 +0200
remove unnecessary step
Diffstat:
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -961,18 +961,10 @@ TALER_DEMO_HEALTHCHECK_FACTORY.addStep(
workdir="build/"
)
)
+
TALER_DEMO_HEALTHCHECK_FACTORY.addStep(
ShellCommand(
- name="test-withdraw",
- description="Running wallet withdraw tests",
- descriptionDone="Test correctly run",
- command=["timeout", "--preserve-status", "5m", "./$HOME/bin/taler-wallet-cli", "testing", "run-integrationtest", "-b", "https://bank.demo.taler.net", "-w", "TESTKUDOS:10"],
- workdir="build/",
- )
-)
-TALER_DEMO_HEALTHCHECK_FACTORY.addStep(
- ShellCommand(
- name="test-spend",
+ name="test-withdraw-and-spend",
description="Running wallet spend tests",
descriptionDone="Test correctly run",
command=["timeout", "--preserve-status", "5m", "./$HOME/bin/taler-wallet-cli", "testing", "run-integrationtests", "payment-demo"],