mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-27 19:10:17 +02:00
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.
This commit is contained in:
committed by
Pádraig Brady
parent
6c1a3b0a29
commit
54cdb0e88b
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user