diff options
Diffstat (limited to 'test/security/check_for_nonssl_endpoints.sh')
-rwxr-xr-x | test/security/check_for_nonssl_endpoints.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/security/check_for_nonssl_endpoints.sh b/test/security/check_for_nonssl_endpoints.sh index c7bb8a7f8..5a807fe10 100755 --- a/test/security/check_for_nonssl_endpoints.sh +++ b/test/security/check_for_nonssl_endpoints.sh @@ -78,7 +78,7 @@ done 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 $XL_FILE_PATH echo "------------------------------------------------------------------------" fi |