diff --git a/changedetectionio/run_proxy_tests.sh b/changedetectionio/run_proxy_tests.sh index da4aa774b..1eec5669e 100755 --- a/changedetectionio/run_proxy_tests.sh +++ b/changedetectionio/run_proxy_tests.sh @@ -35,6 +35,9 @@ echo "----- DNS debug output --------" docker run --network changedet-network test-changedetectionio getent hosts squid-one squid-two echo "------------------------------------------------------" +echo "docker ps output" +docker ps + set +e echo "- Looking for chosen.changedetection.io request in squid-one - it should NOT be here" docker logs squid-one 2>/dev/null|grep chosen.changedetection.io