We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77e499 commit fece359Copy full SHA for fece359
1 file changed
run_tests.sh
@@ -22,7 +22,7 @@ source ${base_dir}/init/eessi_defaults
22
TEST_CLONE="git clone https://github.com/EESSI/test-suite EESSI-test-suite && cd EESSI-test-suite"
23
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)"
24
CHECKOUT_LATEST="git checkout \${VERSION}"
25
-DEBUG="getent hosts github.com && echo && echo DEBUG && ldd $(which curl) | grep -E 'libc|nss' && ldd $(which git) | grep -E 'libc|nss' && curl -I https://github.com && env | grep -i proxy && git config --list | grep proxy && git ls-remote https://github.com/EESSI/test-suite/"
+DEBUG="getent hosts github.com && echo && echo DEBUG && ldd $(ls $(command -v curl)) | grep -E 'libc|nss' && ldd $(ls $(command -v git)) | grep -E 'libc|nss' && curl -I https://github.com && env | grep -i proxy && git config --list | grep proxy && git ls-remote https://github.com/EESSI/test-suite/"
26
27
# Git clone has to be run in compat layer, to make the git command available
28
./run_in_compat_layer_env.sh "${DEBUG} && ${TEST_CLONE} && ${LATEST_VERSION} && ${CHECKOUT_LATEST}"
0 commit comments