diff --git a/run_tests.sh b/run_tests.sh index 76558f72..50b44b91 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -25,6 +25,12 @@ CHECKOUT_LATEST="git checkout \${VERSION}" # Git clone has to be run in compat layer, to make the git command available ./run_in_compat_layer_env.sh "${TEST_CLONE} && ${LATEST_VERSION} && ${CHECKOUT_LATEST}" - +echo "DEBUG" +getent hosts github.com +nslookup github.com +host github.com +python -c "import socket; print(socket.gethostbyname('github.com'))" +ping nameserver 10.141.10.246 +cat /etc/resolv.conf # Run the test suite ./test_suite.sh "$@"