We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When USE_TESTENV_PROPERTIES=true, checkTags.sh will run. It should be triggered when JDK_IMPL!=openj9 or ibm
aqa-tests/get.sh
Line 780 in 83bec27
Add if statement.
if JDK_IMPL!=openj9 || JDK_IMPL != ibm, run checkTags.sh
openj9
ibm
The text was updated successfully, but these errors were encountered:
I'll work on it
Sorry, something went wrong.
ftm-2005
Successfully merging a pull request may close this issue.
When USE_TESTENV_PROPERTIES=true, checkTags.sh will run. It should be triggered when JDK_IMPL!=openj9 or ibm
aqa-tests/get.sh
Line 780 in 83bec27
Add if statement.
if JDK_IMPL!=
openj9
|| JDK_IMPL !=ibm
, run checkTags.shThe text was updated successfully, but these errors were encountered: