From fdaec4b6be9071eb2ab8bd664f732c71d5f3c77a Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Thu, 15 Nov 2007 21:05:04 +0000 Subject: [PATCH] b=14047 i=nathan.rutman make test_54e a bit verbose --- lustre/tests/sanity.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 613613281c..da28034aa4 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2240,8 +2240,12 @@ run_test 54d "fifo device works in lustre ======================" test_54e() { check_kernel_version 46 || return 0 f="$DIR/f54e" + ls -l $f + ls -l /dev/tty0 string="aaaaaa" mknod $f c 5 0 + ls -l $f + ls -l /dev/tty0 echo $string > $f || error } run_test 54e "console/tty device works in lustre ======================" -- GitLab