diff --git a/docker/test.sh b/docker/test.sh index 9960fd15c979ab2f5e1c680c5de5e945aa99f306..e4db5ac024fab3be6ece35f8c9d96695ec4f5d22 100755 --- a/docker/test.sh +++ b/docker/test.sh @@ -3,5 +3,5 @@ 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} +exec podman run --rm --pull=always --env TARGET_ADDR=${TARGET_ADDR} --network=host ${TESTSUITE_IMAGE}