diff --git a/ansible/pbTestScripts/buildJDK.sh b/ansible/pbTestScripts/buildJDK.sh index d8f3547655..4c1fd37b81 100755 --- a/ansible/pbTestScripts/buildJDK.sh +++ b/ansible/pbTestScripts/buildJDK.sh @@ -47,7 +47,6 @@ processArgs() { usage() { echo "Usage: ./buildJDK.sh - Options: --version | -v Specify the JDK version to build --fork | -f Specify the fork of openjdk-build to build from (Default: adoptopenjdk) @@ -55,7 +54,6 @@ usage() { --hotspot | -hs Builds hotspot, default is openj9 --clean-workspace | -c Removes old openjdk-build folder before cloning --help | -h Shows this message - If not specified, JDK8-J9 will be built with the standard openjdk-build repo" echo } diff --git a/ansible/pbTestScripts/vmDestroy.sh b/ansible/pbTestScripts/vmDestroy.sh index fba9bf2521..616b4bd3f7 100755 --- a/ansible/pbTestScripts/vmDestroy.sh +++ b/ansible/pbTestScripts/vmDestroy.sh @@ -49,8 +49,8 @@ checkOS() { osToDestroy="U21";; "Ubuntu2204" | "U22" | "u22" ) osToDestroy="U22";; - "Ubuntu2404" | "U24" | "u24" ) - osToDestroy="U24";; + "Ubuntu2404" | "U24" | "u24" ) + osToDestroy="U24";; "CentOS6" | "centos6" | "C6" | "c6" ) osToDestroy="C6" ;; "CentOS7" | "centos7" | "C7" | "c7" )