taler-deployment

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

commit 5df990ceb71ae4045dc8a146b2292dd707ff0e50
parent ae20fae1c7488336aff7319a3bfa9751881a253b
Author: ms <ms@taler.net>
Date:   Tue, 27 Jul 2021 11:22:21 +0200

no Twister dependency for wallet-driven tests.

Diffstat:
Mbin/taler-deployment | 6------
Abuildbot/wallet-integrationtests.sh | 10++++++++++
2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -365,12 +365,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", ["gnunet", "libmicrohttpd", "twister","wallet-core"], diff --git a/buildbot/wallet-integrationtests.sh 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