diff options
Diffstat (limited to 'test/security/check_for_jdwp.sh')
-rwxr-xr-x | test/security/check_for_jdwp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/security/check_for_jdwp.sh b/test/security/check_for_jdwp.sh index 748aec30a..ec5b5cb16 100755 --- a/test/security/check_for_jdwp.sh +++ b/test/security/check_for_jdwp.sh @@ -97,7 +97,7 @@ get_open_ports_on_pod() { echo "------------------------------------------------------------------------" # Display the waivers if [ -s $XL_FILE_PATH ]; then - echo -e "--------------------\e[0;31m WARNING \e[0;m XFail List ----------------------------" + echo "-------------------- *** WARNING XFail List *** ------------------------" cat $WL_FILE_PATH echo "------------------------------------------------------------------------" fi |