From 00b6694068bcf86775089e0c110073fa592794d5 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Thu, 9 Jan 2014 09:44:18 -0500 Subject: Makefile.am: move test-suite.log into test/ Pushing down the testing .gitignore entries in commit e25afaf6 exposed test-suite.log in the root. Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index d22c52e6..2eb71e3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,7 @@ TESTS = test/scripts/parseopts_test.sh \ test/util/vercmptest.sh include $(top_srcdir)/test/pacman/tests/TESTS +TEST_SUITE_LOG = test/test-suite.log TEST_EXTENSIONS = .py AM_TESTS_ENVIRONMENT = \ PMTEST_UTIL_DIR=$(top_builddir)/src/util/; export PMTEST_UTIL_DIR; \ -- cgit v1.2.3-24-g4f1b