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.
This commit is contained in:
James Valleroy 2026-06-27 09:44:58 -04:00
parent 444b1f387a
commit 7ab7c5f29c
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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/