rh-openjdk / MSITests

MIT License
1 stars 2 forks source link

Excluded 0044 from for Adoptium on java 19 #39

Closed RadekCap closed 1 year ago

RadekCap commented 1 year ago

Excluded this test to not fail pipelines like this - https://github.com/rh-openjdk/WindowsTPS/actions/runs/4365175766

It'll be fixed in #24 or #35.

Closes #35

zzambers commented 1 year ago

By looking at test code bellow your changes, I got impression that path was changed in JDK17 from ${JAVA_INSTALL_DIR}\\lib\\server to ${JAVA_INSTALL_DIR}\\bin\\server. But exact version is tested.

I think better fix would probably be changing [[ $OTOOL_JDK_VERSION -eq 17 ]] to [[ $OTOOL_JDK_VERSION -ge 17 ]].