[Gnucash-changes] r12929 - gnucash/trunk - Need to add a PATH
for the tests to succeed.
Chris Shoemaker
c.shoemaker at cox.net
Sat Jan 21 19:54:20 EST 2006
On Sat, Jan 21, 2006 at 07:32:08PM -0500, Derek Atkins wrote:
> Author: warlord
> Date: 2006-01-21 19:32:08 -0500 (Sat, 21 Jan 2006)
> New Revision: 12929
> Trac: http://svn.gnucash.org/trac/changeset/12929
>
> Modified:
> gnucash/trunk/ChangeLog
> gnucash/trunk/src/bin/test/Makefile.am
> Log:
> Need to add a PATH for the tests to succeed.
>
>
>
> Modified: gnucash/trunk/ChangeLog
> ===================================================================
> --- gnucash/trunk/ChangeLog 2006-01-22 00:27:11 UTC (rev 12928)
> +++ gnucash/trunk/ChangeLog 2006-01-22 00:32:08 UTC (rev 12929)
> @@ -23,7 +23,10 @@
> * lib/libqof/qof/gnc-engine-util.c
> * lib/libqof/qof/gnc-engine-util.h
> Thomas Klausner's NetBSD patch.
> -
> +
> + * src/bin/test/Makefile.am:
> + Need to add a PATH for the tests to succeed.
> +
> 2006-01-21 David Hampton <hampton at employees.org>
>
> * src/gnome-utils/*.glade: Move glade files to a new subdirectory.
>
> Modified: gnucash/trunk/src/bin/test/Makefile.am
> ===================================================================
> --- gnucash/trunk/src/bin/test/Makefile.am 2006-01-22 00:27:11 UTC (rev 12928)
> +++ gnucash/trunk/src/bin/test/Makefile.am 2006-01-22 00:32:08 UTC (rev 12929)
> @@ -1,4 +1,7 @@
>
> TESTS = test-version test-run-script
>
> +TESTS_ENVIRONMENT := \
> + PATH="..:${PATH}"
> +
> EXTRA_DIST = test-version test-run-script
>
The tests pass for me without this. What's the error you see?
-chris
More information about the gnucash-devel
mailing list