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:
3d311fe
)
fix typo in b=17839 commit (made while ported from HEAD)
author
grev
<grev>
Fri, 27 Feb 2009 00:16:49 +0000
(
00:16
+0000)
committer
grev
<grev>
Fri, 27 Feb 2009 00:16:49 +0000
(
00:16
+0000)
lustre/tests/test-framework.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/test-framework.sh
b/lustre/tests/test-framework.sh
index
b5f8d36
..
136dbb7
100644
(file)
--- a/
lustre/tests/test-framework.sh
+++ b/
lustre/tests/test-framework.sh
@@
-1372,7
+1372,6
@@
get_facets () {
local type=$(echo $1 | tr "[:lower:]" "[:upper:]")
local list=""
- MDS
case $type in
MDS ) list=mds;;