[Bug 65290] tests will fail with Automake 1.13
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jun 3 04:22:57 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=65290
--- Comment #4 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
Created attachment 80211
--> https://bugs.freedesktop.org/attachment.cgi?id=80211&action=edit
Adapt run-test.sh to be able to run the tests uninstalled
When autoreconfiscated with Automake 1.13, the way in which we were
(ab?)using Automake's test driver no longer works. We can't just
switch back to the old serial test driver without a dependency on
at least Automake 1.12, either. However, run-test.sh (which was already
used for installed tests) is quite capable of running uninstalled
tests, with a bit of adjustment:
* if GABBLE_TEST_UNINSTALLED is set, expect GABBLE_ABS_TOP_SRCDIR,
GABBLE_ABS_TOP_BUILDDIR and optionally GABBLE_TEST_SLEEP in the
environment
* look for installed or uninstalled files, as appropriate
* use TEST_PYTHON (which might differ from PYTHON)
* use python -u (unbuffered stdout) for better debugging
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the telepathy-bugs
mailing list