On Wed, Jun 27, 2018 at 05:42:19PM +1000, Dave Chinner wrote: > On Tue, Jun 26, 2018 at 02:08:34PM -0700, Luis R. Rodriguez wrote: > > In fact, $(CURDIR) is basically what the current code intends - I > didn't know this existed because it's not obviously searchable (i.e. > not a CWD or PWD variant) so I hacked around it with environment > variables. > > So AFAICT, the change the needs to be made here is: > > -TESTS_SUBDIRS = $(sort $(dir $(wildcard $(PWD)/$(TESTS_DIR)/[a-z]*/))) > +TESTS_SUBDIRS = $(sort $(dir $(wildcard $(CURDIR)/[a-z]*/))) You are right, I botched my test with it and used CURDIR with TEST_DIR, removing it as you did works. Will send a v2. Luis -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html