r47837 - in /desktop/unstable/gcr/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sun Apr 3 22:59:14 UTC 2016
Author: biebl
Date: Sun Apr 3 22:59:14 2016
New Revision: 47837
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47837
Log:
Dump the test-suite.log file to stdout if the test suite fails.
Modified:
desktop/unstable/gcr/debian/changelog
desktop/unstable/gcr/debian/rules
Modified: desktop/unstable/gcr/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/changelog?rev=47837&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/changelog [utf-8] (original)
+++ desktop/unstable/gcr/debian/changelog [utf-8] Sun Apr 3 22:59:14 2016
@@ -7,6 +7,7 @@
in one of the tests.
* Disable fakeroot when running the test suite as this confuses some of the
tests.
+ * Dump the test-suite.log file to stdout if the test suite fails.
-- Michael Biebl <biebl at debian.org> Sun, 03 Apr 2016 22:48:49 +0200
Modified: desktop/unstable/gcr/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/rules?rev=47837&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/rules [utf-8] (original)
+++ desktop/unstable/gcr/debian/rules [utf-8] Sun Apr 3 22:59:14 2016
@@ -23,7 +23,7 @@
override_dh_auto_test:
# Disable fakeroot as this confuses some of the tests
- env -u LD_PRELOAD dbus-run-session -- make check
+ env -u LD_PRELOAD dbus-run-session -- make check || ( cat test-suite.log ; exit 1 )
override_dh_install:
dh_install --list-missing
More information about the pkg-gnome-commits
mailing list