From 6b6660f46a4e8508dd90c5b5dff1fdadaae1efb3 Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Wed, 20 Aug 2008 11:22:43 +0000 Subject: [PATCH] b=16209 i=Adilger o=Brian Behlendorf test_115 fix: use more reasonable WARNING instead of FAIL --- 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 a4c96567c4..15fa2945c5 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -4192,7 +4192,7 @@ test_115() { # don't return an error [ $OSTIO_post -eq $OSTIO_pre ] && echo \ - "FAIL: No addition ll_ost_io threads were created ($OSTIO_pre)" &&\ + "WARNING: No new ll_ost_io threads were created ($OSTIO_pre)" &&\ echo "This may be fine, depending on what ran before this test" &&\ echo "and how fast this system is." && return -- GitLab