Skip to content

Commit

Permalink
Merge pull request #358 from boegel/2023.06_missing_installations
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Oct 5, 2023
2 parents c76741b + 38e6af4 commit c5e47be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions check_missing_installations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ source $TOPDIR/scripts/utils.sh

source $TOPDIR/configure_easybuild

echo ">> Active EasyBuild configuration when checking for missing installations:"
${EB:-eb} --show-config

echo ">> Checking for missing installations in ${EASYBUILD_INSTALLPATH}..."
eb_missing_out=$LOCAL_TMPDIR/eb_missing.out
${EB:-eb} --easystack ${easystack} --missing 2>&1 | tee ${eb_missing_out}
Expand Down

0 comments on commit c5e47be

Please sign in to comment.