We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc11207 commit b12aefcCopy full SHA for b12aefc
1 file changed
EESSI-install-software.sh
@@ -412,7 +412,7 @@ else
412
413
# copy EasyBuild log file if EasyBuild exited with an error
414
if [ ${ec} -ne 0 ]; then
415
- eb_last_log=$(eb --last-log | grep -vE "==|>>")
+ eb_last_log=$(eb --last-log | grep ^/.*\.log)
416
# copy to current working directory
417
cp -a ${eb_last_log} .
418
echo "Last EasyBuild log file copied from ${eb_last_log} to ${PWD}"
0 commit comments