[PATCH v2] tests: Don't run f2fs test on systems with PAGE_SIZE more than 4096 bytes

2020-04-29 Thread Anatoly Pugachev
Don't run f2fs test on systems with PAGE_SIZE > 4096 bytes, since f2fs is not supported on these systems and trying to mount a f2fs filesystem would fail. v2 changes: - fix compare - quotes around variable expansion Signed-off-by: Anatoly Pugachev Reviewed-by: Mike Gilbert --- te

Re: [PATCH] Don't run f2fs test on systems with PAGE_SIZE > 4KB

2020-04-23 Thread Anatoly Pugachev
On Tue, Jul 30, 2019 at 3:10 PM Anatoly Pugachev wrote: > > On Tue, Jul 30, 2019 at 1:00 PM John Paul Adrian Glaubitz > wrote: > > On 7/30/19 10:11 AM, Anatoly Pugachev wrote: > > > don't run f2fs test on systems with PAGE_SIZE > 4096 bytes. > > > Since f

Re: [PATCH] Don't run f2fs test on systems with PAGE_SIZE > 4KB

2019-07-30 Thread Anatoly Pugachev
On Tue, Jul 30, 2019 at 1:00 PM John Paul Adrian Glaubitz wrote: > On 7/30/19 10:11 AM, Anatoly Pugachev wrote: > > don't run f2fs test on systems with PAGE_SIZE > 4096 bytes. > > Since f2fs is not supported on this systems (can't mount f2fs filesystem). > > Some spelli

[PATCH] Don't run f2fs test on systems with PAGE_SIZE > 4096 bytes.

2019-07-30 Thread Anatoly Pugachev
don't run f2fs test on systems with PAGE_SIZE > 4096 bytes. Since f2fs is not supported on this systems (can't mount f2fs filesystem). Signed-off-by: Anatoly Pugachev --- tests/f2fs_test.in | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tests/f2fs_test.in b/tests/f2fs_test.in in