On Sun, Nov 01, 2020 at 09:24:50AM -0800, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > The latest master branch of xfstests is missing a Makefile in > tests/ceph/, which broke xfstests's 'make install'. But gen-tarball > didn't notice this. Fix this by adding 'set -e', and to make this work > adjust a couple other commands that are expected to fail. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > gen-tarball | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) > Ping. Ted, are you planning to apply this? The master branch of xfstests is fixed now, but this gen-tarball change would still be good to have. - Eric