[pacman-dev] [PATCH] Makefile.am: move test-suite.log into test/
9 Jan
2014
9 Jan
'14
2:44 p.m.
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> --- 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
4005
Age (days ago)
4005
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrew Gregory