Ensure QA tests are run with all the mount options requested
[xfstests-dev.git] / run.dbench
1 #!/bin/sh
2
3 # Does a single-client dbench run
4
5 DBENCH_CLIENTS=1
6 export DBENCH_CLIENTS
7
8 [ ! -d "$here" ] && here=`pwd`
9
10 exec $here/common.dbench $@