summaryrefslogtreecommitdiff
path: root/integration-tests/all.sh
blob: c8dd2152677cec1b9120d69f1540be405eab28f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/bash

set -e

./test-ebics-backup.py
./test-ebics-highlevel.py
./test-ebics.py
./test-sandbox.py
./test-taler-facade.py
./test-bankConnection.py
./test-ebics-double-payment-submission.py
echo "All tests passed."