From 7ab7c5f29c3e5598da1c3b57e65fed1b6a55e636 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 27 Jun 2026 09:44:58 -0400 Subject: [PATCH] debian/tests: Drop redundant status check - Remove final status check, since it is confirmed at that point that setup is completed. - Print the final status in test log. --- debian/tests/access-web-interface | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/tests/access-web-interface b/debian/tests/access-web-interface index 60fa33fa6..9facb9640 100644 --- a/debian/tests/access-web-interface +++ b/debian/tests/access-web-interface @@ -21,6 +21,9 @@ for _ in $(seq 1 120); do sleep 2 done +# Print final status in test log +cat /tmp/fbx_status.json + rm -f /tmp/fbx_status.json if [ "$SETUP_COMPLETE" -eq 0 ]; then @@ -30,10 +33,6 @@ fi journalctl --unit=plinth --unit=freedombox-privileged -# Get FreedomBox status -curl --location --cookie "" --fail --write-out "%{response_code}" --insecure \ - --stderr - https://localhost/freedombox/status/ - # Access FreedomBox interface curl --location --cookie "" --fail --write-out "%{response_code}" --insecure \ --stderr - https://localhost/freedombox/