[pacman-dev] [PATCH] Makefile.am: move test-suite.log into test/
Andrew Gregory
andrew.gregory.8 at gmail.com
Thu Jan 9 09:44:18 EST 2014
Pushing down the testing .gitignore entries in commit e25afaf6 exposed
test-suite.log in the root.
Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index 2887157..d39ab5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,6 +33,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; \
--
1.8.5.2
More information about the pacman-dev
mailing list