From: Dave Chinner Date: Wed, 1 May 2013 08:47:51 +0000 (+0000) Subject: xfstests: generic/241 requires dbench X-Git-Tag: v2022.05.01~3443 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9982cdd2d8d5c2de5d27ac9d1013d98a259b6bae;p=xfstests-dev.git xfstests: generic/241 requires dbench common/config doesn't configure DBENCH_PROG so it doesn't run. Signed-off-by: Dave Chinner Reviewed-by: Rich Johnston Signed-off-by: Rich Johnston --- diff --git a/common/config b/common/config index dfbb5c2d..b55a528f 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