Whamcloud - gitweb
Merge fixes from b_md to HEAD so tinderbox can run.
[fs/lustre-release.git] / lustre / tests / llmount.sh
1 #!/bin/sh
2 # suggested boilerplate for test script
3
4 LCONF=${LCONF:-../utils/lconf}
5 NAME=${NAME:-local}
6
7 config=$NAME.xml
8 mkconfig=$NAME.sh
9
10 sh $mkconfig $config || exit 1
11
12 ${LCONF} --reformat --gdb $config || exit 2