Skip to content

Commit

Permalink
Add debug info when cli install fails
Browse files Browse the repository at this point in the history
  • Loading branch information
matusfaro committed Dec 10, 2024
1 parent e16070e commit df06d9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ install_version() {
local tool_cmd
eval "$install_path/bin/$TOOL_TEST" >/dev/null 2>&1
if [ $? -ne 0 ]; then
eval "$install_path/bin/$TOOL_TEST"
fail "Failed to test run tool with $install_path/bin/$TOOL_TEST"
fi

Expand Down

0 comments on commit df06d9c

Please sign in to comment.