Skip to content
Closed
Changes from 4 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
8 changes: 7 additions & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ 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
nslookup github.com
host github.com
python -c "import socket; print(socket.gethostbyname('github.com'))"
ping nameserver 10.141.10.246
Comment thread
laraPPr marked this conversation as resolved.
Outdated
cat /etc/resolv.conf
# Run the test suite
./test_suite.sh "$@"
Loading