From: Dave Chinner <dchinner@xxxxxxxxxx> common/config doesn't configure DBENCH_PROG so it doesn't run. Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx> --- common/config | 1 + 1 file changed, 1 insertion(+) diff --git a/common/config b/common/config index dfbb5c2..b55a528 100644 --- a/common/config +++ b/common/config @@ -177,6 +177,7 @@ export FIO_PROG="`set_prog_path fio`" export FILEFRAG_PROG="`set_prog_path filefrag`" export E4DEFRAG_PROG="`set_prog_path e4defrag`" export LOGGER_PROG="`set_prog_path logger`" +export DBENCH_PROG="`set_prog_path dbench`" # Generate a comparable xfsprogs version number in the form of # major * 10000 + minor * 100 + release -- 1.7.10.4 _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs