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:
d7c35b6
)
Remove an extraneous $LCONF which would execute on the local system.
author
brian
<brian>
Thu, 24 Jun 2004 21:54:29 +0000
(21:54 +0000)
committer
brian
<brian>
Thu, 24 Jun 2004 21:54:29 +0000
(21:54 +0000)
lustre/tests/test-framework.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/test-framework.sh
b/lustre/tests/test-framework.sh
index
327ea0b
..
bb70204
100644
(file)
--- a/
lustre/tests/test-framework.sh
+++ b/
lustre/tests/test-framework.sh
@@
-91,7
+91,6
@@
zconf_mount() {
else
# this is so cheating
do_node $client $LCONF --nosetup --node client_facet $XMLCONFIG > /dev/null || return 2
- $LCONF --nosetup --node client_facet $XMLCONFIG
do_node $client $LLMOUNT `facet_active_host mds`:/mds_svc/client_facet $mnt -o nettype=$NETTYPE|| return 4
fi