From 477476b05a3b6fc23f0112d2eb6aaaf445be5f89 Mon Sep 17 00:00:00 2001 From: TopRichard <121792457+TopRichard@users.noreply.github.com> Date: Tue, 27 Aug 2024 08:33:09 +0200 Subject: [PATCH] Update tests_eessi_module.yml --- .github/workflows/tests_eessi_module.yml | 1 + 1 file changed, 1 insertion(+) 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"