From 80c362922096d05ea1665d5fa13e8de4c38553bf Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 17 Mar 2014 15:51:48 +0000 Subject: Run tests with VERBOSE=1 so that Automake shows more detail. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index f39ee25..1f63427 100755 --- a/debian/rules +++ b/debian/rules @@ -37,9 +37,9 @@ override_dh_auto_test: $(FLAVORS:%=dotest-%) dotest-%: ifeq ($(DEB_HOST_ARCH),ppc64el) : # ignore the test results on $(DEB_HOST_ARCH) - -xvfb-run -a dh_auto_test --builddirectory=builddir/$* + -VERBOSE=1 xvfb-run -a dh_auto_test --builddirectory=builddir/$* else - xvfb-run -a dh_auto_test --builddirectory=builddir/$* + VERBOSE=1 xvfb-run -a dh_auto_test --builddirectory=builddir/$* endif override_dh_install: -- cgit v1.2.3