diff --git a/run_tests.sh b/run_tests.sh index 76558f72..0707b338 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -22,9 +22,10 @@ source ${base_dir}/init/eessi_defaults TEST_CLONE="git clone https://github.com/EESSI/test-suite EESSI-test-suite && cd EESSI-test-suite" LATEST_VERSION="VERSION=\$(git tag | grep '^v[0-9]\+\.[0-9]\+\.[0-9]\+$' | sort -t. -k 1,1n -k 2,2n -k 3,3n | tail -n 1)" CHECKOUT_LATEST="git checkout \${VERSION}" +DEBUG="getent hosts github.com && echo && echo DEBUG && ldd $(ls $(command -v curl)) | grep -E 'libc|nss' && env && git config --list | grep proxy && git ls-remote https://github.com/EESSI/test-suite/ && curl -I https://github.com && env | grep -i proxy && git config --list | grep proxy && git ls-remote https://github.com/EESSI/test-suite/" # 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}" +./run_in_compat_layer_env.sh "${DEBUG} && ${TEST_CLONE} && ${LATEST_VERSION} && ${CHECKOUT_LATEST}" # Run the test suite ./test_suite.sh "$@"