Re: [PATCH] btrfs-progs: use local btrfs-image in leaf corruption test

2015-04-09 Thread David Sterba
On Wed, Apr 08, 2015 at 03:50:04PM +0100, WorMzy Tykashi wrote: Currently this test uses the system btrfs-image. If there isn't a btrfs-image on $PATH, the test fails. The test should be using the locally compiled btrfs-image, not the system one. Added your sign-off and applied, thanks. -- To

Re: [PATCH] btrfs-progs: use local btrfs-image in leaf corruption test

2015-04-08 Thread Qu Wenruo
Currently this test uses the system btrfs-image. If there isn't a btrfs-image on $PATH, the test fails. The test should be using the locally compiled btrfs-image, not the system one. Good catch. Reviewed-by: Qu Wenruo quwen...@cn.fujitsu.com Thanks, Qu --- diff --git

[PATCH] btrfs-progs: use local btrfs-image in leaf corruption test

2015-04-08 Thread WorMzy Tykashi
Currently this test uses the system btrfs-image. If there isn't a btrfs-image on $PATH, the test fails. The test should be using the locally compiled btrfs-image, not the system one. --- diff --git a/tests/fsck-tests/012-leaf-corruption/test.sh b/tests/fsck-tests/012-leaf-corruption/test.sh index