diff options
Diffstat (limited to 'test/security/check_for_jdwp.sh')
-rwxr-xr-x | test/security/check_for_jdwp.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/security/check_for_jdwp.sh b/test/security/check_for_jdwp.sh index 9343d1615..748aec30a 100755 --- a/test/security/check_for_jdwp.sh +++ b/test/security/check_for_jdwp.sh @@ -94,6 +94,14 @@ get_open_ports_on_pod() { done } +echo "------------------------------------------------------------------------" +# Display the waivers +if [ -s $XL_FILE_PATH ]; then + echo -e "--------------------\e[0;31m WARNING \e[0;m XFail List ----------------------------" + cat $WL_FILE_PATH + echo "------------------------------------------------------------------------" +fi + N_PORTS=0 # go through all pods |