Skip to content

Commit

Permalink
chore(test): add jj-cli to live e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Jun 13, 2024
1 parent 3528dfa commit 3806dfa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion e2e-tests/live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ unset CARGO_INSTALL_ROOT
# to find versions matching <= 1.3.3
# - `cargo-quickinstall` would test `fetch_crate_cratesio_version_matched` ability
# to find latest stable version.
crates="b3sum@<=1.3.3 [email protected] [email protected] [email protected] [email protected] [email protected] cargo-quickinstall"
crates="b3sum@<=1.3.3 [email protected] [email protected] [email protected] [email protected] [email protected] cargo-quickinstall [email protected]"

CARGO_HOME=$(mktemp -d 2>/dev/null || mktemp -d -t 'cargo-home')
export CARGO_HOME
Expand Down Expand Up @@ -54,3 +54,8 @@ echo "$miniserve_version"
[ "$miniserve_version" = "miniserve 0.23.0" ]

cargo-quickinstall -V

jj_version="$(jj --version)"
echo "$jj_version"

[ "$jj_version" = "jj 0.18.0-9fb5307b7886e390c02817af7c31b403f0279144" ]

0 comments on commit 3806dfa

Please sign in to comment.