debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
New commits: commit bc34e4fab1f8685faea26601a9f76d98f8f26244 Author: Julien Cristau <jcris...@debian.org> Date: Thu Dec 12 18:35:51 2013 +0100 Pass VERBOSE=1 to make check to make debugging test failures possible. diff --git a/debian/changelog b/debian/changelog index 8218b18..b7298df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xorg-server (2:1.14.99.904-2) UNRELEASED; urgency=medium + + * Pass VERBOSE=1 to make check to make debugging test failures possible. + + -- Julien Cristau <jcris...@debian.org> Thu, 12 Dec 2013 18:35:21 +0100 + xorg-server (2:1.14.99.904-1) experimental; urgency=low [ Julien Cristau ] diff --git a/debian/rules b/debian/rules index dd8fe09..d76059d 100755 --- a/debian/rules +++ b/debian/rules @@ -207,7 +207,7 @@ $(STAMP_DIR)/build-%: $(STAMP_DIR)/configure-% >$@ $(STAMP_DIR)/tests-%: $(STAMP_DIR)/build-% - cd build-$* && $(MAKE) check + cd build-$* && $(MAKE) check VERBOSE=1 >$@ build: abibumpcheck -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1vrab2-00038w...@moszumanska.debian.org