File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717base_dir=$( dirname $( realpath $0 ) )
1818source ${base_dir} /init/eessi_defaults
1919
20- echo " DEBUG"
21- getent hosts github.com
22- nslookup github.com
23- host github.com
24- python -c " import socket; print(socket.gethostbyname('github.com'))"
25- ping nameserver 10.141.10.246
26- cat /etc/resolv.conf
27-
2820# Make sure we clone the latest version. This assumes versions are of the format "v1.2.3", then picks the latest
2921# then checks it out
3022TEST_CLONE=" git clone https://github.com/EESSI/test-suite EESSI-test-suite && cd EESSI-test-suite"
@@ -33,6 +25,12 @@ CHECKOUT_LATEST="git checkout \${VERSION}"
3325
3426# Git clone has to be run in compat layer, to make the git command available
3527./run_in_compat_layer_env.sh " ${TEST_CLONE} && ${LATEST_VERSION} && ${CHECKOUT_LATEST} "
36-
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
34+ cat /etc/resolv.conf
3735# Run the test suite
3836./test_suite.sh " $@ "
You can’t perform that action at this time.
0 commit comments