Whamcloud - gitweb
Try to avoid a race where two rpmbuilds on the same node are trying to stage
[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 $NAME.xml
15