aqa-tests
aqa-tests copied to clipboard
Fix external container-based tests JDK_VERSION setting
In several external test test.sh file, we have the command to unset JDK_VERSION and use auto-detect ( code link ), this was because this parameters were not passed correctly. We can further improve it by correcting the passed JDK_VERSION parameter.
- In
external.shandbuild_image.shfiles (maybe also other files), check where this parameter was not passed correctly, fix it. - Then for all external tests, remove
JDK_VERSIONunset command as it will not be needed.