We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055115b commit e7a4e16Copy full SHA for e7a4e16
1 file changed
run_tests.sh
@@ -27,10 +27,18 @@ CHECKOUT_LATEST="git checkout \${VERSION}"
27
./run_in_compat_layer_env.sh "${TEST_CLONE} && ${LATEST_VERSION} && ${CHECKOUT_LATEST}"
28
echo "DEBUG"
29
getent hosts github.com
30
-nslookup github.com
31
-host github.com
32
-python -c "import socket; print(socket.gethostbyname('github.com'))"
33
-ping nameserver 10.141.10.246
+
+echo "=== HTTPS test ==="
+curl -I https://github.com
34
+echo "=== Proxy env ==="
35
+env | grep -i proxy
36
37
+echo "=== Git proxy config ==="
38
+git config --list | grep proxy
39
40
+echo "=== Git remote test ==="
41
+git ls-remote https://github.com/EESSI/test-suite/ || true
42
cat /etc/resolv.conf
43
# Run the test suite
44
./test_suite.sh "$@"
0 commit comments