From 49255f6c6ca460f188a57f29c1a85e2f944617a1 Mon Sep 17 00:00:00 2001 From: escoand Date: Mon, 17 Jun 2024 20:39:45 +0200 Subject: [PATCH] show final state --- test-kube.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-kube.sh b/test-kube.sh index a65593a..3265a20 100755 --- a/test-kube.sh +++ b/test-kube.sh @@ -98,3 +98,6 @@ endtoend "$DOMAIN" test.php "Location: $TARGET" --max-redirs 1 echo "# test Wordpress end-to-end" DOMAIN=$(getsecret wordpress_domain) endtoend "$DOMAIN" wp-admin/install.php "^HTTP/[1-9\.]* 200" + +echo "# show final state" +podman ps -a