From 39682fa3e6745a11a0c22653a6fede6dc32d09a9 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Mon, 7 Dec 2020 21:04:29 +0100 Subject: [PATCH] Test any image passed as argument to test/run.sh --- test/config.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test/config.sh b/test/config.sh index 3f731db..6bfd204 100755 --- a/test/config.sh +++ b/test/config.sh @@ -1,12 +1,7 @@ #!/bin/bash set -e -testAlias+=( - [jrcs/letsencrypt-nginx-proxy-companion]='le-companion' -) - -imageTests+=( - [le-companion]=' +globalTests+=( docker_api location_config default_cert @@ -21,5 +16,4 @@ imageTests+=( permissions_default permissions_custom symlinks - ' )