maint: avoid running check-root tests in gnulib
authorBernhard Voelker <mail@bernhard-voelker.de>
Mon, 11 Feb 2013 09:48:31 +0000 (09:48 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 11 Feb 2013 10:30:04 +0000 (10:30 +0000)
* tests/local.mk (check-root): Restrict to SUBDIRS=. as traversing
into gnulib-tests induces a false failure.

tests/local.mk

index 83b4ab9..9be1970 100644 (file)
@@ -137,7 +137,7 @@ all_root_tests =                            \
 ALL_RECURSIVE_TARGETS += check-root
 .PHONY: check-root
 check-root:
-       $(MAKE) check TESTS='$(root_tests)'
+       $(MAKE) check TESTS='$(root_tests)' SUBDIRS=.
 
 # Do not choose a name that is a shell keyword like 'if', or a
 # commonly-used utility like 'cat' or 'test', as the name of a test.