r50226 - /desktop/unstable/gcr/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Sep 8 15:11:54 UTC 2016


Author: biebl
Date: Thu Sep  8 15:11:54 2016
New Revision: 50226

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50226
Log:
Run the test-suite with VERBOSE=1 instead of dumping the log file to stdout

Modified:
    desktop/unstable/gcr/debian/rules

Modified: desktop/unstable/gcr/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/rules?rev=50226&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/rules	[utf-8] (original)
+++ desktop/unstable/gcr/debian/rules	[utf-8] Thu Sep  8 15:11:54 2016
@@ -22,7 +22,7 @@
 override_dh_auto_test:
 ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
 	# Disable fakeroot as this confuses some of the tests
-	env -u LD_PRELOAD dbus-run-session -- make check || ( cat test-suite.log ; exit 1 )
+	env -u LD_PRELOAD dbus-run-session -- make check VERBOSE=1
 endif
 
 override_dh_install:




More information about the pkg-gnome-commits mailing list