From be617158baaf49576a6d57abb6b8f95d77e0e984 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Sat, 6 Apr 2024 23:21:32 +0200 Subject: [PATCH] debug failing CI --- load_easybuild_module.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/load_easybuild_module.sh b/load_easybuild_module.sh index d1bfd18bb5..cff703ce4b 100755 --- a/load_easybuild_module.sh +++ b/load_easybuild_module.sh @@ -68,6 +68,8 @@ else ok_msg="Latest EasyBuild release installed, let's go!" fail_msg="Installing latest EasyBuild release failed, that's not good... (output: ${eb_install_out})" ${EB} --install-latest-eb-release 2>&1 | tee ${eb_install_out} + ec=$? + cat $(${EB} --last-log) check_exit_code $? "${ok_msg}" "${fail_msg}" # maybe the module obtained with --install-latest-eb-release is exactly the EasyBuild version we wanted?