]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Test] Fix integration test environment variable passing
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 20 Oct 2025 07:45:42 +0000 (08:45 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 20 Oct 2025 07:45:42 +0000 (08:45 +0100)
commit8737a72896929d05d13f025e43b1552eff8f42db
tree6c1b100a15b9bd52b6b2eefcf12e66c60a9c5262
parenteabcd71532f673e376c0792e7a839e4c33624a0a
[Test] Fix integration test environment variable passing

Pass environment variables explicitly when executing the test
script inside the Docker container using docker compose exec -e.
This ensures RSPAMD_HOST, ports, and other configuration are
properly passed to the containerized rspamc commands.

Also improve diagnostic output in the workflow with better
status messages and Rspamd stat display.
.github/workflows/integration-test.yml
test/integration/scripts/integration-test.sh