We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab03e42 commit 8fb1f95Copy full SHA for 8fb1f95
1 file changed
EESSI-install-software.sh
@@ -412,14 +412,12 @@ else
412
413
# copy EasyBuild log file if EasyBuild exited with an error
414
if [ ${ec} -ne 0 ]; then
415
- eb_hooks=$EASYBUILD_HOOKS
416
- eb_last_log=$(unset EB_VERBOSE; unset EASYBUILD_HOOKS; eb --last-log)
+ eb_last_log=$(eb --last-log | grep | grep -vE "==|>>")
417
# copy to current working directory
418
cp -a ${eb_last_log} .
419
echo "Last EasyBuild log file copied from ${eb_last_log} to ${PWD}"
420
# copy to build logs dir (with context added)
421
copy_build_log "${eb_last_log}" "${build_logs_dir}"
422
- export EASYBUILD_HOOKS=$eb_hooks
423
fi
424
425
$TOPDIR/check_missing_installations.sh ${easystack_file} ${pr_diff}
0 commit comments