Whamcloud - gitweb
Update the README to describe the usage of the XML configuration files.
[fs/lustre-release.git] / lustre / tests / llmount.sh
1 #!/bin/sh
2 # suggested boilerplate for test script
3
4 LCONF=../utils/lconf
5 NAME=${NAME:-local}
6
7 config=$NAME.xml
8 mkconfig=./$NAME.sh
9
10 if [ ! -f $local.xml -o $mkconfig -nt $local.xml ]; then
11    $mkconfig $config || exit 1
12 fi
13
14 ${LCONF} --reformat --gdb $config || exit 2
15