From abf40a8f5d55c353605df29c528634ad13e52614 Mon Sep 17 00:00:00 2001 From: johann Date: Fri, 18 Jan 2008 14:41:44 +0000 Subject: [PATCH] Branch b1_6 b=14626 i=adilger use /llog.test/ instead of /llog-test/ to match both llog_test and llog-test. --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 7034bf2..e56e889 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2562,7 +2562,7 @@ run_test 60 "llog sanity tests run from kernel module ==========" test_60b() { # bug 6411 dmesg > $DIR/$tfile LLOG_COUNT=`dmesg | awk "/$TEST60_HEAD/{marker = 1; from_marker = 0;} - /llog-test/ { + /llog.test/ { if (marker) from_marker++ from_begin++ -- 1.8.3.1