From: Bernhard Voelker Date: Mon, 11 Feb 2013 09:48:31 +0000 (+0000) Subject: maint: avoid running check-root tests in gnulib X-Git-Tag: v8.21~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54cdb0e88bea464f0fda8649885bf21dcf56df4e;p=thirdparty%2Fcoreutils.git maint: avoid running check-root tests in gnulib * tests/local.mk (check-root): Restrict to SUBDIRS=. as traversing into gnulib-tests induces a false failure. --- diff --git a/tests/local.mk b/tests/local.mk index 83b4ab9270..9be1970258 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -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.