Skip to content

Commit

Permalink
Update scripts/update-ui-tests.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Mira Ressel <mira@parity.io>
  • Loading branch information
mordamax and Mira Ressel authored Sep 22, 2023
1 parent 95b2eff commit 3abddc7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/update-ui-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ if [ ! -z "$1" ]; then


echo "installing rustup $RUST_VERSION"
rustup install $RUST_VERSION
rustup component add rust-src --toolchain $RUST_VERSION


if ! command -v rustup &> /dev/null
then
echo "rustup needs to be installed"
exit
fi

rustup install $RUST_VERSION
rustup component add rust-src --toolchain $RUST_VERSION
fi

# Ensure we run the ui tests
Expand Down

0 comments on commit 3abddc7

Please sign in to comment.