Whamcloud - gitweb
b=14047
authorgrev <grev>
Thu, 15 Nov 2007 21:05:04 +0000 (21:05 +0000)
committergrev <grev>
Thu, 15 Nov 2007 21:05:04 +0000 (21:05 +0000)
i=nathan.rutman

make test_54e a bit verbose

lustre/tests/sanity.sh

index 6136132..da28034 100644 (file)
@@ -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 ======================"