From a83804927cc54128303bc9e619e45da86e4e81da Mon Sep 17 00:00:00 2001 From: Virginie Date: Thu, 5 Nov 2020 17:46:43 +0100 Subject: Dispay waiver content for the security tests Issue-ID: INT-1764 Signed-off-by: Virginie Change-Id: I47d18dabfc76c44c2ca3394f56d0ed8f0c928f02 --- security/scripts/check_security_root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/scripts/check_security_root.sh') diff --git a/security/scripts/check_security_root.sh b/security/scripts/check_security_root.sh index 8fd35db..f5b55c3 100644 --- a/security/scripts/check_security_root.sh +++ b/security/scripts/check_security_root.sh @@ -44,7 +44,7 @@ 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 -- cgit 1.2.3-korg