summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-21 01:46:00 +0100
committerFlorian Dold <florian@dold.me>2021-01-21 01:46:00 +0100
commitf5757a1198ee2daa9800ba52b2d9e9d87ae42934 (patch)
treedef8425cfb33f1acdc1215132d6957b470b830bd
parent0d85f0a155b9dbbd24352e4051767380d6604d0e (diff)
downloadlibeufin-f5757a1198ee2daa9800ba52b2d9e9d87ae42934.tar.gz
libeufin-f5757a1198ee2daa9800ba52b2d9e9d87ae42934.tar.bz2
libeufin-f5757a1198ee2daa9800ba52b2d9e9d87ae42934.zip
remove unused shell script
-rwxr-xr-xintegration-tests/all.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/integration-tests/all.sh b/integration-tests/all.sh
deleted file mode 100755
index 4eb32416..00000000
--- a/integration-tests/all.sh
+++ /dev/null
@@ -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."