From 0478dc6528db7e5e4d7a758d05a9781cadef7d35 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 24 Jan 2008 23:02:17 +0000 Subject: [PATCH] Branch b1_6 Escape ">" and "<" symbols in log messages. b=14867 i=grev --- lustre/tests/test-framework.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 01c2309..f251a21 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -1081,6 +1081,8 @@ log() { MSG=${MSG//\)/\\\)} MSG=${MSG//\;/\\\;} MSG=${MSG//\|/\\\|} + MSG=${MSG//\>/\\\>} + MSG=${MSG//\ /dev/null || true -- 1.8.3.1