coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 11/17] tests: put test-suite.log back in 'tests/'


From: Stefano Lattarini
Subject: [PATCH 11/17] tests: put test-suite.log back in 'tests/'
Date: Sun, 2 Sep 2012 21:55:13 +0200

* tests/local.mk (TEST_SUITE_LOGS): Define to 'tests/test-suite.log'.
---
 tests/local.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/local.mk b/tests/local.mk
index 30b21af..436e3a1 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
-- 
1.7.12




reply via email to

[Prev in Thread] Current Thread [Next in Thread]