diff --git a/.github/workflows/tests_eessi_module.yml b/.github/workflows/tests_eessi_module.yml index 2e521f5809..335b8d9a59 100644 --- a/.github/workflows/tests_eessi_module.yml +++ b/.github/workflows/tests_eessi_module.yml @@ -36,6 +36,7 @@ jobs: export EESSI_ARCHDETECT_OPTIONS="dummy/cpu" outfile="outfile.txt" module load EESSI/${{matrix.EESSI_VERSION}} > "${outfile}" 2>&1 + cat "${outfile}" result=$(grep "Software" "${outfile}") if [[ "${result}" == *"Software directory check for the detected architecture failed"* ]]; then echo "Test for picking up invalid path on \${archdetect_cpu} PASSED"