Skip to content

Commit

Permalink
fix ok/fail messages for CMake installation
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Mar 1, 2021
1 parent 55c2974 commit 99373ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ check_exit_code $? "${ok_msg}" "${fail_msg}"

# install CMake with custom easyblock that patches CMake when --sysroot is used
echo ">> Install CMake with fixed easyblock to take into account --sysroot"
ok_msg="Custom fontconfig installed!"
fail_msg="Installation of fontconfig failed, what the ..."
ok_msg="CMake installed!"
fail_msg="Installation of CMake failed, what the ..."
$EB CMake-3.16.4-GCCcore-9.3.0.eb --robot --include-easyblocks-from-pr 2248
check_exit_code $? "${ok_msg}" "${fail_msg}"

Expand Down

0 comments on commit 99373ae

Please sign in to comment.