Skip to content

Commit

Permalink
test(java): added e2e test for corretto-8 shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 29, 2024
1 parent ed91c1c commit b680cd7
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 b680cd7

Please sign in to comment.