gnucash maint: Bug 752203 - `make check` fails in "runTests.py":

John Ralls jralls at code.gnucash.org
Fri Jul 10 18:33:53 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/a25fa861 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d2fa23dd (commit)



commit a25fa861ebf061a42d2eced20877c775f161f17c
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jul 10 15:31:25 2015 -0700

    Bug 752203 - `make check` fails in "runTests.py":
    
    No module named unittest_support because unittest_support.py is built
    only when building from VCS and wasn't included in EXTRA_DIST.

diff --git a/src/test-core/Makefile.am b/src/test-core/Makefile.am
index 16bb21d..5570efe 100644
--- a/src/test-core/Makefile.am
+++ b/src/test-core/Makefile.am
@@ -123,6 +123,7 @@ EXTRA_DIST = \
   $(SCM_FILES) \
   swig-unittest-support-python.c \
   swig-unittest-support-guile.c \
+  unittest_support.py \
   unittest-support.i
 
 MAINTAINERCLEANFILES = \



Summary of changes:
 src/test-core/Makefile.am | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list