diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-09-02 21:55:13 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-09-05 08:48:29 +0200 |
commit | 65e1165ed478fe81e1e0f9ca328f9e2de000912e (patch) | |
tree | 42bea16155c46218548bde60f343ab1355b8ff27 /tests | |
parent | 21b5147fd8ee493727e2a3ca17b3bf695c5024d3 (diff) | |
download | coreutils-65e1165ed478fe81e1e0f9ca328f9e2de000912e.tar.xz |
tests: put test-suite.log back in 'tests/'
* tests/local.mk (TEST_SUITE_LOGS): Define to 'tests/test-suite.log'.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index 56baa2781..f00abed9c 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -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 |