]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: put test-suite.log back in 'tests/'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 2 Sep 2012 19:55:13 +0000 (21:55 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 5 Sep 2012 06:48:29 +0000 (08:48 +0200)
* tests/local.mk (TEST_SUITE_LOGS): Define to 'tests/test-suite.log'.

tests/local.mk

index 56baa27818dbf4d9316ebe91a84f02fd77315f5b..f00abed9c3743853ca068996bd8a24d000710d19 100644 (file)
@@ -63,6 +63,9 @@ PL_LOG_COMPILER = $(TESTSUITE_PERL) $(TESTSUITE_PERL_OPTIONS)
 # Perl scripts that must be run in tainted mode.
 XPL_LOG_COMPILER = $(TESTSUITE_PERL) -T $(TESTSUITE_PERL_OPTIONS)
 
+# We don't want this to go in the top-level directory.
+TEST_SUITE_LOG = tests/test-suite.log
+
 # Note that the first lines are statements.  They ensure that environment
 # variables that can perturb tests are unset or set to expected values.
 # The rest are envvar settings that propagate build-related Makefile