[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: no Twister dependency for wall
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: no Twister dependency for wallet-driven tests. |
Date: |
Tue, 27 Jul 2021 11:30:23 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 5df990c no Twister dependency for wallet-driven tests.
5df990c is described below
commit 5df990ceb71ae4045dc8a146b2292dd707ff0e50
Author: ms <ms@taler.net>
AuthorDate: Tue Jul 27 11:22:21 2021 +0200
no Twister dependency for wallet-driven tests.
---
bin/taler-deployment | 6 ------
buildbot/wallet-integrationtests.sh | 10 ++++++++++
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment
index b4c74c5..11b0103 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -364,12 +364,6 @@ def get_repos(envname):
[],
build_wallet,
),
- Repo(
- "twister",
- "git://git.taler.net/twister",
- ["gnunet", "libmicrohttpd"],
- build_twister,
- ),
Repo(
"exchange",
"git://git.taler.net/exchange",
diff --git a/buildbot/wallet-integrationtests.sh
b/buildbot/wallet-integrationtests.sh
new file mode 100755
index 0000000..63322f0
--- /dev/null
+++ b/buildbot/wallet-integrationtests.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# Runs simple withdraw+spend test at the running demo.taler.net
+# serice. Usually run from within the demo-$color itself, in order
+# to easily read the merchant token from the environment.
+set -eu
+
+source "${HOME}/activate"
+taler-deployment build
+taler-wallet-cli testing run-integrationtests
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: no Twister dependency for wallet-driven tests.,
gnunet <=