aboutsummaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-07-28 11:54:54 +0200
committerms <ms@taler.net>2021-07-28 11:54:54 +0200
commit2caa2da0760b55b0a8caf66cf5a194af29a1951e (patch)
treee5e1b77229cffd0bab94230b8518069eeb399863 /buildbot
parentdc7a8886633619ff1de6e24506f89b33192f3df6 (diff)
downloaddeployment-2caa2da0760b55b0a8caf66cf5a194af29a1951e.tar.gz
deployment-2caa2da0760b55b0a8caf66cf5a194af29a1951e.tar.bz2
deployment-2caa2da0760b55b0a8caf66cf5a194af29a1951e.zip
specifying suites
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index ab1f953..3bcc455 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -705,7 +705,9 @@ WALLET_FACTORY.addStep(
description="Running wallet tests",
descriptionDone="Test correctly run",
command=["timeout", "--preserve-status", "5m",
- "taler-wallet-cli", "testing", "run-integrationtests"],
+ "taler-wallet-cli", "testing", "run-integrationtests",
+ "--suites", "wallet", "wallet", "merchant", "libeufin",
+ "wallet-backup", "wallet-tipping"],
workdir="../../",
env={'PATH': "${HOME}/local/bin:${PATH}"}
)