From 12693e9b5804db0b920247b4b261c42219c5dcf5 Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Fri, 20 Feb 2026 07:45:19 +0000 Subject: [PATCH] test-images: check contents of version.txt Document expected contents of `version.txt` and allow future changes to be detected by a failing test. --- test/test-images.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/test-images.sh b/test/test-images.sh index 8664e05c7..8728b805c 100755 --- a/test/test-images.sh +++ b/test/test-images.sh @@ -49,6 +49,18 @@ docker compose build log "Starting containers..." docker compose up --detach +log "Verifying version.txt..." +diff \ + <(docker compose exec nginx cat /usr/share/nginx/html/version.txt) \ + <(cat <