Re: [PATCH] tests: F2FS test should use MOUNTDEVICE like other tests.

2020-09-18 Thread Paul Menzel
Dear Glenn, Am 29.08.20 um 01:30 schrieb Glenn Washburn: LODEVICES is not an array variable and should not be accessed as such. This allows the f2fs test to pass as it was failing because a device name had a space prepended to the path. Signed-off-by: Glenn Washburn --- tests/util/grub-fs-t

Re: [PATCH] tests: F2FS test should use MOUNTDEVICE like other tests.

2020-09-17 Thread Jaegeuk Kim
On 09/17, Daniel Kiper wrote: > Adding Jaegeuk and Paul... > > On Fri, Aug 28, 2020 at 06:30:25PM -0500, Glenn Washburn wrote: > > LODEVICES is not an array variable and should not be accessed as such. This > > allows the f2fs test to pass as it was failing because a device name had a > > space pr

Re: [PATCH] tests: F2FS test should use MOUNTDEVICE like other tests.

2020-09-17 Thread Daniel Kiper
Adding Jaegeuk and Paul... On Fri, Aug 28, 2020 at 06:30:25PM -0500, Glenn Washburn wrote: > LODEVICES is not an array variable and should not be accessed as such. This > allows the f2fs test to pass as it was failing because a device name had a > space prepended to the path. > > Signed-off-by: Gl

[PATCH] tests: F2FS test should use MOUNTDEVICE like other tests.

2020-08-28 Thread Glenn Washburn
LODEVICES is not an array variable and should not be accessed as such. This allows the f2fs test to pass as it was failing because a device name had a space prepended to the path. Signed-off-by: Glenn Washburn --- tests/util/grub-fs-tester.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)