From 1956414fde9288288e96c771665dfcfb32f1d292 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Wed, 25 Oct 2023 10:48:46 +0200 Subject: [PATCH] show more debug info: env settings --- EESSI-pilot-install-software.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/EESSI-pilot-install-software.sh b/EESSI-pilot-install-software.sh index 209f4c3e91..7e775282fd 100755 --- a/EESSI-pilot-install-software.sh +++ b/EESSI-pilot-install-software.sh @@ -200,6 +200,11 @@ for easystack_file in $(cat ${pr_diff} | grep '^+++' | cut -f2 -d' ' | sed 's@^[ ${EB} --show-config + echo "################################################################################" + echo "#### SHOW ENV" + env | sort + echo "################################################################################" + echo_green "All set, let's start installing some software with EasyBuild v${eb_version} in ${EASYBUILD_INSTALLPATH}..." if [ -f ${easystack_file} ]; then