aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_all.sh
diff options
context:
space:
mode:
authorArthur Moore <Arthur.Moore.git@cd-net.net>2019-02-20 22:20:56 -0500
committerArthur Moore <Arthur.Moore.git@cd-net.net>2019-02-20 22:20:56 -0500
commit9f6b7cc1b14624f919a6a9d7ac5a2ded002b2707 (patch)
treeb7403eadb6d4b39ddcae7b2b63db612c0bec5083 /tests/test_all.sh
parentMerge branch 'master' into portable (diff)
downloadOpenSMTPD-9f6b7cc1b14624f919a6a9d7ac5a2ded002b2707.tar.xz
OpenSMTPD-9f6b7cc1b14624f919a6a9d7ac5a2ded002b2707.zip
Add an automated test to check if TLS certificates work
This should allow Docker Hub to act as a CI platform.
Diffstat (limited to 'tests/test_all.sh')
-rwxr-xr-xtests/test_all.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_all.sh b/tests/test_all.sh
new file mode 100755
index 00000000..ca619479
--- /dev/null
+++ b/tests/test_all.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -euxo pipefail
+BASEDIR=$(dirname $0)
+
+echo "Testing TLS"
+"$BASEDIR/certificate_test/test.sh"