Re: [RFC PATCH 0/3] btrfs-progs: Add support for running the tools from

2017-11-15 Thread David Sterba
On Wed, Nov 01, 2017 at 01:42:42AM +, Gu, Jinxiang wrote: > > On 2017年10月31日 16:43, Gu Jinxiang wrote: > > > Add support for running the tools from a given path (for > > > example,/usr/bin) by setting $EXEC while running tests. > > > > > > Achieved: > > > Specify the location of binary and run

RE: [RFC PATCH 0/3] btrfs-progs: Add support for running the tools from

2017-10-31 Thread Gu, Jinxiang
> -Original Message- > From: Qu Wenruo [mailto:quwenruo.bt...@gmx.com] > Sent: Tuesday, October 31, 2017 6:36 PM > To: Gu, Jinxiang/顾 金香 <g...@cn.fujitsu.com>; linux-btrfs@vger.kernel.org > Cc: dste...@suse.cz > Subject: Re: [RFC PATCH 0/3] btrfs-progs: Add suppo

Re: [RFC PATCH 0/3] btrfs-progs: Add support for running the tools from

2017-10-31 Thread Qu Wenruo
On 2017年10月31日 16:43, Gu Jinxiang wrote: > Add support for running the tools from a given path > (for example,/usr/bin) by setting $EXEC while running tests. > > Achieved: > Specify the location of binary and run test like this: > $ make EXEC=/usr/bin/ test Any special reason to test system

[RFC PATCH 0/3] btrfs-progs: Add support for running the tools from

2017-10-31 Thread Gu Jinxiang
Add support for running the tools from a given path (for example,/usr/bin) by setting $EXEC while running tests. Achieved: Specify the location of binary and run test like this: $ make EXEC=/usr/bin/ test Not Achieved: Can not run make in tests/ directory. Because test-misc depends on fssum