On Sun, Oct 28, 2018 at 1:19 PM Eryu Guan <guaneryu@xxxxxxxxx> wrote: > > On Sat, Oct 27, 2018 at 09:48:58AM +0100, fdmanana@xxxxxxxxxx wrote: > > From: Filipe Manana <fdmanana@xxxxxxxx> > > > > Some tests that use dmflakey to test filesystem consistency after a power > > failure are in the 'log' group while others are not. So fix the > > incosistency and put them all under the 'log' group. > > > > Signed-off-by: Filipe Manana <fdmanana@xxxxxxxx> > > --- > > tests/btrfs/group | 14 +++++++------- > > tests/generic/group | 48 ++++++++++++++++++++++++------------------------ > > tests/shared/group | 2 +- > > 3 files changed, 32 insertions(+), 32 deletions(-) > > mode change 100644 => 100755 tests/btrfs/group > > mode change 100644 => 100755 tests/generic/group > > I assume the file mode changes are made by mistake, will fix the mode on > commit. Indeed, they are a mistake. Thanks Eryu! > > Thanks, > Eryu