From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com ([209.132.183.28]:32975 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752170AbcF3Ndt (ORCPT ); Thu, 30 Jun 2016 09:33:49 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D5FDAC00C8EB for ; Thu, 30 Jun 2016 13:33:48 +0000 (UTC) Date: Thu, 30 Jun 2016 21:33:46 +0800 From: Eryu Guan Subject: Re: [PATCH v2] xfstests: Fix installation for extended names Message-ID: <20160630133346.GE23649@eguan.usersys.redhat.com> References: <1467212275-14344-1-git-send-email-jtulak@redhat.com> <1467275710-403-1-git-send-email-jtulak@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467275710-403-1-git-send-email-jtulak@redhat.com> Sender: fstests-owner@vger.kernel.org To: Jan Tulak Cc: fstests@vger.kernel.org List-ID: On Thu, Jun 30, 2016 at 10:35:10AM +0200, Jan Tulak wrote: > xfstests supports extended test names like 314-foo-bar, but installation of > these tests was skipped (not matching a regexp). So this patch fixes the > makefiles in tests directories. > > Signed-off-by: Jan Tulak > --- > UPDATE: > * install failed when no extended name was present, so suppress errors for > extended names Hmm, this looks ugly to me :) I was thinking about it too, but didn't work out a better idea. Now I tend to add this installation support to tests/xfs/Makefile only, and we can add the support to other tests when needed. What do you think? Thanks, Eryu