Skip to content
Closed
Changes from 6 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
3 changes: 2 additions & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ source ${base_dir}/init/eessi_defaults
TEST_CLONE="git clone https://github.com/EESSI/test-suite EESSI-test-suite && cd EESSI-test-suite"
LATEST_VERSION="VERSION=\$(git tag | grep '^v[0-9]\+\.[0-9]\+\.[0-9]\+$' | sort -t. -k 1,1n -k 2,2n -k 3,3n | tail -n 1)"
CHECKOUT_LATEST="git checkout \${VERSION}"
DEBUG="getent hosts github.com && echo && echo DEBUG && git ls-remote https://github.com/EESSI/test-suite/"
Comment thread
laraPPr marked this conversation as resolved.
Outdated

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}"
./run_in_compat_layer_env.sh "${DEBUG} && ${TEST_CLONE} && ${LATEST_VERSION} && ${CHECKOUT_LATEST}"

Comment thread
laraPPr marked this conversation as resolved.
# Run the test suite
./test_suite.sh "$@"
Loading