Skip to content

Commit e7a4e16

Browse files
authored
add new checks
1 parent 055115b commit e7a4e16

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

run_tests.sh

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,18 @@ CHECKOUT_LATEST="git checkout \${VERSION}"
2727
./run_in_compat_layer_env.sh "${TEST_CLONE} && ${LATEST_VERSION} && ${CHECKOUT_LATEST}"
2828
echo "DEBUG"
2929
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
30+
31+
echo "=== HTTPS test ==="
32+
curl -I https://github.com
33+
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
3442
cat /etc/resolv.conf
3543
# Run the test suite
3644
./test_suite.sh "$@"

0 commit comments

Comments
 (0)