Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkTags.sh should be triggered when JDK_IMPL!=openj9 or ibm #5298

Closed
llxia opened this issue May 9, 2024 · 1 comment · Fixed by #5335
Closed

checkTags.sh should be triggered when JDK_IMPL!=openj9 or ibm #5298

llxia opened this issue May 9, 2024 · 1 comment · Fixed by #5335

Comments

@llxia
Copy link
Contributor

llxia commented May 9, 2024

When USE_TESTENV_PROPERTIES=true, checkTags.sh will run. It should be triggered when JDK_IMPL!=openj9 or ibm

./scripts/testenv/checkTags.sh $teFile $JDK_VERSION

Add if statement.

if JDK_IMPL!=openj9 || JDK_IMPL != ibm, run checkTags.sh

@ftm-2005
Copy link
Contributor

I'll work on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants