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:
27808a3
)
insanity.sh - this is test17 turned into a regular test, if you could
author
rread
<rread>
Tue, 18 Nov 2003 09:52:36 +0000
(09:52 +0000)
committer
rread
<rread>
Tue, 18 Nov 2003 09:52:36 +0000
(09:52 +0000)
call this test regular. Still a work in progress, but does at least
setup/cleanup.
lustre/tests/test-framework.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/test-framework.sh
b/lustre/tests/test-framework.sh
index
6160c54
..
5205c13
100644
(file)
--- a/
lustre/tests/test-framework.sh
+++ b/
lustre/tests/test-framework.sh
@@
-107,12
+107,16
@@
do_lmc() {
}
h2tcp() {
- echo $1
+ if [ "$1" = "client" ]; then echo \'*\'; else
+ echo $1
+ fi
}
declare -fx h2tcp
h2elan() {
- echo $1 | sed "s/[^0-9]*//"
+ if [ "$1" = "client" ]; then echo \'*\'; else
+ echo $1 | sed 's/[^0-9]*//g'
+ fi
}
declare -fx h2elan