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:
3e89a3b
)
Branch b1_6
author
bwzhou
<bwzhou>
Tue, 25 Mar 2008 17:11:01 +0000
(17:11 +0000)
committer
bwzhou
<bwzhou>
Tue, 25 Mar 2008 17:11:01 +0000
(17:11 +0000)
b=14763
fix for t-f
lustre/tests/test-framework.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/test-framework.sh
b/lustre/tests/test-framework.sh
index
54807b4
..
9143f99
100644
(file)
--- a/
lustre/tests/test-framework.sh
+++ b/
lustre/tests/test-framework.sh
@@
-217,7
+217,7
@@
unload_modules() {
wait_exit_ST client # bug 12845
lsmod | grep libcfs > /dev/null && $LCTL dl
- local MODULES=$($LCTL modules | awk '{ print $2 }' | grep -v libcfs)
+ local MODULES=$($LCTL modules | awk '{ print $2 }' | grep -v libcfs)
|| true
$RMMOD $MODULES > /dev/null 2>&1 || true
# do it again, in case we tried to unload ksocklnd too early
MODULES=$($LCTL modules | awk '{ print $2 }' | grep -v libcfs) || true