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

echo "DEBUG"
ping github.com
Comment thread
laraPPr marked this conversation as resolved.
Outdated
Comment thread
laraPPr marked this conversation as resolved.
Outdated
ping nameserver 10.141.10.246
cat /etc/resolv.conf

# 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