aboutsummaryrefslogtreecommitdiffstats
path: root/security/scripts/check_security_root.sh
diff options
context:
space:
mode:
authorVirginie <virginie.lefilleul@orange.com>2020-11-05 17:46:43 +0100
committerVirginie <virginie.lefilleul@orange.com>2020-11-05 17:46:43 +0100
commita83804927cc54128303bc9e619e45da86e4e81da (patch)
treeed1af7f786f7ce32cddca890b0eb54d3b14039dc /security/scripts/check_security_root.sh
parent9ff5aec3172138b1bf13e5b0b195666fe1794aae (diff)
Dispay waiver content for the security tests
Issue-ID: INT-1764 Signed-off-by: Virginie <virginie.lefilleul@orange.com> Change-Id: I47d18dabfc76c44c2ca3394f56d0ed8f0c928f02
Diffstat (limited to 'security/scripts/check_security_root.sh')
-rw-r--r--security/scripts/check_security_root.sh2
1 files changed, 1 insertions, 1 deletions
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