]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfstests: generic/241 requires dbench
authorDave Chinner <dchinner@redhat.com>
Wed, 1 May 2013 08:47:51 +0000 (08:47 +0000)
committerRich Johnston <rjohnston@sgi.com>
Fri, 3 May 2013 15:57:39 +0000 (10:57 -0500)
common/config doesn't configure DBENCH_PROG so it doesn't run.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
common/config

index dfbb5c2d989d94072ee1dfb1bbf0a903def5db77..b55a528ffe6370448f75d0215da549d4a9ad3250 100644 (file)
@@ -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