aboutsummaryrefslogtreecommitdiffstats
path: root/test/security/check_for_jdwp.sh
diff options
context:
space:
mode:
authorVirginie <virginie.lefilleul@orange.com>2020-11-05 17:39:26 +0100
committerVirginie <virginie.lefilleul@orange.com>2020-11-05 17:42:51 +0100
commite0e213334c3a8f44d0a2a386c413de1ca8e28036 (patch)
treea2be08ff8909e8ed6a722a604d768c9c929708f4 /test/security/check_for_jdwp.sh
parentb50d578afe62926110318eeeda4b529395c08a36 (diff)
Display waiver content for the security tests
Issue-ID: INT-1764 Signed-off-by: Virginie <virginie.lefilleul@orange.com> Change-Id: I2afc3cca2bde4ff8d7b9337c548f7b48af813fc0 Signed-off-by: Virginie <virginie.lefilleul@orange.com>
Diffstat (limited to 'test/security/check_for_jdwp.sh')
-rwxr-xr-xtest/security/check_for_jdwp.sh2
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