From 21afd532ada6d3d4006d5ba123381c343b4d1125 Mon Sep 17 00:00:00 2001 From: johann Date: Fri, 18 Jan 2008 14:44:02 +0000 Subject: [PATCH] Branch HEAD 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 596c955..3ddf3bd 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2665,7 +2665,7 @@ run_test 60a "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