aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mrazik <martin.mrazik@canonical.com>2013-01-09 08:24:54 +0000
committerTarmac <Unknown>2013-01-09 08:24:54 +0000
commitf1c602adcded4560aa67813753ea5f05a15ebda5 (patch)
treeeb1687754448ee01fbf419f3b070abeefb2c1af9
parent95730ece25fd41c39e0127cdb5c1b3e8a6052ed1 (diff)
parent5ce81ab9a26ecc5dbae7eeb41822b03e7fbe8f29 (diff)
downloadlibdbusmenu-f1c602adcded4560aa67813753ea5f05a15ebda5.tar.gz
libdbusmenu-f1c602adcded4560aa67813753ea5f05a15ebda5.tar.bz2
libdbusmenu-f1c602adcded4560aa67813753ea5f05a15ebda5.zip
Making the test execution a bit more robus by getting a free X server number instead of the default 99. Some tests were failing with xvfb-run not being able to start.
Approved by PS Jenkins bot, Didier Roche.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index f838d26..68f2b81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ doinstall-%:
override_dh_auto_test: $(FLAVORS:%=dotest-%)
dotest-%:
- xvfb-run dh_auto_test --builddirectory=builddir/$*
+ xvfb-run -a dh_auto_test --builddirectory=builddir/$*
override_dh_install:
find debian/tmp -name \*.la -delete