Re: [PATCH] common: use a relative path to fsstress

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, May 05, 2014 at 07:49:13AM +1000, Dave Chinner wrote:
> > Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> > 
> > --- 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.

_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs




[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux