Skip to content

Commit

Permalink
test(java): added e2e test for corretto-8 shorthand (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Apr 29, 2024
1 parent da7d29b commit 9c8ceec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions e2e/test_java
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ cat <<EOF >.java-version
EOF
assert_contains "mise x java -- java -version 2>&1" "openjdk version \"17.0.2\""
rm .java-version

if [ "${TEST_ALL:-}" != 1 ]; then
exit
fi

mise i java@corretto-8

0 comments on commit 9c8ceec

Please sign in to comment.