aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@canonical.com>2014-03-19 09:04:31 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-03-19 09:04:31 +0000
commit1ed018f444f848438dbb43dd83f4aacf5543bc36 (patch)
treee47cfc86e56e41fb8ecce13d07a8b1367036e384
parent9c4047dc4c83f11d526d5bcd5e3d9eb573229790 (diff)
parent80c362922096d05ea1665d5fa13e8de4c38553bf (diff)
downloadlibdbusmenu-1ed018f444f848438dbb43dd83f4aacf5543bc36.tar.gz
libdbusmenu-1ed018f444f848438dbb43dd83f4aacf5543bc36.tar.bz2
libdbusmenu-1ed018f444f848438dbb43dd83f4aacf5543bc36.zip
Run tests with VERBOSE=1 so that Automake shows more detail.
-rwxr-xr-xdebian/rules4
1 files 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: