summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2014-01-09 15:44:18 +0100
committerAllan McRae <allan@archlinux.org>2014-01-10 05:30:05 +0100
commit00b6694068bcf86775089e0c110073fa592794d5 (patch)
tree5b7cec8406fea9a4e09c8438b9c42f6c7eff3e8f
parent3f34e0936abba7100b245726928f381ec06daeb1 (diff)
downloadpacman-00b6694068bcf86775089e0c110073fa592794d5.tar.gz
pacman-00b6694068bcf86775089e0c110073fa592794d5.tar.xz
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 <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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; \