diff --git a/docker/test.sh b/docker/test.sh index 55ab1657e130e62a7c89bea9013a1335559a88d4..9960fd15c979ab2f5e1c680c5de5e945aa99f306 100755 --- a/docker/test.sh +++ b/docker/test.sh @@ -1,4 +1,7 @@ #!/bin/sh -exec curl -H 'X-Forwarded-Proto: https' -H 'Host: noblogs.org' -v -s ${TARGET_URL}/ +TESTSUITE_IMAGE="registry.git.autistici.org/noblogs/testsuite:main" + +# Run the test suite using Podman, in the foreground. +exec podman run --rm --pull=always --network=host ${TESTSUITE_IMAGE}