Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
104287e
)
b=14047
author
grev
<grev>
Thu, 15 Nov 2007 21:05:04 +0000
(21:05 +0000)
committer
grev
<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
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
6136132
..
da28034
100644
(file)
--- 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 ======================"