public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfstests: generic/241 requires dbench
@ 2013-05-01  8:47 Dave Chinner
  2013-05-03 16:00 ` Rich Johnston
  2013-05-03 16:02 ` Rich Johnston
  0 siblings, 2 replies; 3+ messages in thread
From: Dave Chinner @ 2013-05-01  8:47 UTC (permalink / raw)
  To: xfs

From: Dave Chinner <dchinner@redhat.com>

common/config doesn't configure DBENCH_PROG so it doesn't run.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
---
 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@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-03 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-01  8:47 [PATCH] xfstests: generic/241 requires dbench Dave Chinner
2013-05-03 16:00 ` Rich Johnston
2013-05-03 16:02 ` Rich Johnston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox