r23474 - gnucash/trunk/src/optional/python-bindings/tests - Fix python test

Geert Janssens gjanssens at code.gnucash.org
Mon Dec 2 11:05:45 EST 2013


Author: gjanssens
Date: 2013-12-02 11:05:44 -0500 (Mon, 02 Dec 2013)
New Revision: 23474
Trac: http://svn.gnucash.org/trac/changeset/23474

Modified:
   gnucash/trunk/src/optional/python-bindings/tests/Makefile.am
Log:
Fix python test

It no longer requires access to the installed gsettings schemas.
The default value for XDG data dirs didn't work anyway because
it used a ; instead of a : as separator (as it should for the
environment file).

Modified: gnucash/trunk/src/optional/python-bindings/tests/Makefile.am
===================================================================
--- gnucash/trunk/src/optional/python-bindings/tests/Makefile.am	2013-12-02 16:05:32 UTC (rev 23473)
+++ gnucash/trunk/src/optional/python-bindings/tests/Makefile.am	2013-12-02 16:05:44 UTC (rev 23474)
@@ -23,7 +23,6 @@
   PYTHONPATH=$$PYTHONPATH:$(top_builddir)/src/test-core/ \
   PYTHONPATH=$$PYTHONPATH:$(top_srcdir)/src/test-core/ \
   PYTHONPATH=$$PYTHONPATH:$(top_builddir)/src/test-core/.libs \
-  XDG_DATA_DIRS=${datadir}:$$XDG_DATA_DIRS:${GNC_SYSTEM_XDG_DATA_DIRS} \
   $(shell $(top_builddir)/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})
   
 ## We borrow guile's convention and use @-...-@ as the substitution



More information about the gnucash-changes mailing list