Whamcloud - gitweb
cd87766298c0eb3f7454bfd66d164707d7025655
[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