From c5edf164bd52084d33c7f27f1ca6f6edf77b7e0e Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 18 Jan 2025 08:59:07 +0000
Subject: [PATCH] Export TARGET_ADDR to the test suite

---
 docker/test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/test.sh b/docker/test.sh
index 9960fd15..e4db5ac0 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}
 
-- 
GitLab