Skip to content
Closed
Changes from 3 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: 8 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
base_dir=$(dirname $(realpath $0))
source ${base_dir}/init/eessi_defaults

echo "DEBUG"
getent hosts github.com
nslookup github.com
host github.com
python -c "import socket; print(socket.gethostbyname('github.com'))"
ping nameserver 10.141.10.246
cat /etc/resolv.conf

Comment thread
laraPPr marked this conversation as resolved.
Outdated
# Make sure we clone the latest version. This assumes versions are of the format "v1.2.3", then picks the latest
# then checks it out
TEST_CLONE="git clone https://github.com/EESSI/test-suite EESSI-test-suite && cd EESSI-test-suite"
Expand Down
Loading