Skip to content
Closed
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ CHECKOUT_LATEST="git checkout \${VERSION}"

Comment thread
laraPPr marked this conversation as resolved.
# 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}"
Comment thread
laraPPr marked this conversation as resolved.
Outdated
echo "DEBUG"
getent hosts github.com
Comment thread
laraPPr marked this conversation as resolved.
Outdated

echo "=== HTTPS test ==="
curl -I https://github.com

echo "=== Proxy env ==="
env | grep -i proxy

Comment thread
laraPPr marked this conversation as resolved.
echo "=== Git proxy config ==="
git config --list | grep proxy

echo "=== Git remote test ==="
git ls-remote https://github.com/EESSI/test-suite/ || true
cat /etc/resolv.conf
Comment thread
laraPPr marked this conversation as resolved.
Outdated
# Run the test suite
./test_suite.sh "$@"
Loading