commit f5757a1198ee2daa9800ba52b2d9e9d87ae42934 parent 0d85f0a155b9dbbd24352e4051767380d6604d0e Author: Florian Dold <florian@dold.me> Date: Thu, 21 Jan 2021 01:46:00 +0100 remove unused shell script Diffstat:
| D | integration-tests/all.sh | | | 12 | ------------ |
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/integration-tests/all.sh b/integration-tests/all.sh @@ -1,12 +0,0 @@ -#!/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."