From 57347fd55c7022de8a35fa3c29e79eb5b4635c6e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 28 Oct 2025 18:01:07 +0100 Subject: [PATCH] Show output --- changedetectionio/run_proxy_tests.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/changedetectionio/run_proxy_tests.sh b/changedetectionio/run_proxy_tests.sh index cb701f2e..bb971d52 100755 --- a/changedetectionio/run_proxy_tests.sh +++ b/changedetectionio/run_proxy_tests.sh @@ -28,8 +28,11 @@ docker run --network changedet-network \ test-changedetectionio \ bash -c 'cd changedetectionio && pytest tests/proxy_list/test_multiple_proxy.py' -# Give squid proxies a moment to flush their logs -sleep 2 +echo "----------------- SQUID PROXY ONE LOGS -------------" +docker logs squid-one +echo "----------------- SQUID PROXY TWO LOGS -------------" +docker logs squid-two +echo "------------------------------------------------------" set +e echo "- Looking for chosen.changedetection.io request in squid-one - it should NOT be here"