[PATCH] common: use a relative path to fsstress
Christoph Hellwig
hch at infradead.org
Tue May 6 02:53:52 CDT 2014
On Mon, May 05, 2014 at 07:49:13AM +1000, Dave Chinner wrote:
> > Signed-off-by: Christoph Hellwig <hch at lst.de>
> >
> > --- a/common/config
> > +++ b/common/config
> > @@ -134,7 +134,7 @@ export MOUNT_PROG="`set_prog_path mount`"
> > export UMOUNT_PROG="`set_prog_path umount`"
> > [ "$UMOUNT_PROG" = "" ] && _fatal "umount not found"
> >
> > -export FSSTRESS_PROG="`set_prog_path fsstress $PWD/ltp/fsstress`"
> > +export FSSTRESS_PROG="./ltp/fsstress"
>
> Why remove the set_prog_path call? i.e. this should work:
>
> +export FSSTRESS_PROG="`set_prog_path fsstress ./ltp/fsstress`"
>
> Otherwise, a comment explaining why set_prog_path is not used just
> for this binary would be appropriate....
set_prog_path is only useful for tools found in $PATH, and except for
fsstress we never use it for anything that we specify path to, so
I don't really see the need for a comment here.
More information about the xfs
mailing list