Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge fixes from b_md to HEAD so tinderbox can run.
[fs/lustre-release.git]
/
lustre
/
tests
/
llechocleanup.sh
1
#!/bin/sh
2
3
LCONF=../utils/lconf
4
NAME=${NAME:-echo}
5
TMP=${TMP:-/tmp}
6
7
config=$NAME.xml
8
mkconfig=$NAME.sh
9
10
if [ ! -f $config ]; then
11
sh $mkconfig $config || exit 1
12
fi
13
14
${LCONF} --cleanup echo.xml
15