Whamcloud - gitweb
Exit from XML configs if there is an error.
[fs/lustre-release.git] / lustre / tests / llmount.sh
1 #!/bin/sh
2
3 LCONF=../utils/lconf
4
5 if [ ! -f local.xml ]; then
6    ./local.sh || exit 1
7 fi
8
9 ${LCONF} --reformat --gdb local.xml || exit 2
10