Skip to content

Commit

Permalink
boogie test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rexhoffman authored and bors-libra committed Sep 22, 2021
1 parent 4477bf2 commit c3aa936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ function install_dotnet {
function install_boogie {
echo "Installing boogie"
mkdir -p "${DOTNET_INSTALL_DIR}tools/" || true
if [[ "$("${DOTNET_INSTALL_DIR}dotnet" tool list -g)" =~ .*boogie.*${BOOGIE_VERSION}.* ]]; then
if [[ "$("${DOTNET_INSTALL_DIR}dotnet" tool list --tool-path "${DOTNET_INSTALL_DIR}tools/")" =~ .*boogie.*${BOOGIE_VERSION}.* ]]; then
echo "Boogie $BOOGIE_VERSION already installed"
else
"${DOTNET_INSTALL_DIR}dotnet" tool update --tool-path "${DOTNET_INSTALL_DIR}tools/" Boogie --version $BOOGIE_VERSION
Expand Down

0 comments on commit c3aa936

Please sign in to comment.