From 67ac02e5dfd0364432ed817d19a5cfe0124a7892 Mon Sep 17 00:00:00 2001 From: Kyrylo Shatskyy Date: Wed, 16 Jan 2013 00:22:45 +0200 Subject: [PATCH] LU-2618 test: recovery-small test_24b dumps dmesg Redirected output of 'dmesg -c' to null device Signed-off-by: Kyrylo Shatskyy Change-Id: I6b06122e4c9600aac6da476f7083c1e051d92c98 Reviewed-on: http://review.whamcloud.com/5033 Tested-by: Hudson Reviewed-by: Andreas Dilger Reviewed-by: Keith Mannthey Tested-by: Maloo --- lustre/tests/recovery-small.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 6c2ddd0..78f8463 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -764,7 +764,7 @@ wait_client_evicted () { test_24b() { remote_ost_nodsh && skip "remote OST with nodsh" && return 0 - dmesg -c + dmesg -c > /dev/null mkdir -p $DIR/$tdir lfs setstripe $DIR/$tdir -s 0 -i 0 -c 1 cancel_lru_locks osc -- 1.8.3.1