Skip to content

Commit

Permalink
add even more debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Nov 13, 2024
1 parent 47fe73c commit acf987c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion load_eessi_extend_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ else
ok_msg="EESSI-extend/${EESSI_EXTEND_VERSION} installed, let's go!"
fail_msg="Installing EESSI-extend/${EESSI_EXTEND_VERSION} failed, that's not good... (output: ${eb_install_out})"
${EB} "EESSI-extend-${EESSI_EXTEND_VERSION}.eb" 2>&1 | tee ${eb_install_out}
check_exit_code $? "${ok_msg}" "${fail_msg}"
ec=$?
ls -lisaR ${EASYBUILD_INSTALLPATH}/software/EESSI-extend
check_exit_code $ec "${ok_msg}" "${fail_msg}"

# restore origin $PATH and $PYTHONPATH values, and clean up environment variables that are no longer needed
export PATH=${ORIG_PATH}
Expand Down

0 comments on commit acf987c

Please sign in to comment.