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>
This commit is contained in:
Andrew Gregory 2014-01-09 09:44:18 -05:00 committed by Allan McRae
parent 3f34e0936a
commit 00b6694068
1 changed files with 1 additions and 0 deletions

View File

@ -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; \