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:
7697e3a
)
b=13146
author
nathan
<nathan>
Wed, 1 Aug 2007 22:12:18 +0000
(22:12 +0000)
committer
nathan
<nathan>
Wed, 1 Aug 2007 22:12:18 +0000
(22:12 +0000)
i=brian
always df
lustre/tests/test-framework.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/test-framework.sh
b/lustre/tests/test-framework.sh
index
701be5d
..
439d935
100644
(file)
--- a/
lustre/tests/test-framework.sh
+++ b/
lustre/tests/test-framework.sh
@@
-360,8
+360,10
@@
wait_for() {
client_df() {
# not every config has many clients
- if [
! -z
"$CLIENTS" ]; then
+ if [
-n
"$CLIENTS" ]; then
$PDSH $CLIENTS "df $MOUNT" > /dev/null
+ else
+ df $MOUNT > /dev/null
fi
}