Merge lp:~mrazik/libdbusmenu/xvfb-run-a into lp:libdbusmenu/13.04

Proposed by Martin Mrazik
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 436
Merged at revision: 436
Proposed branch: lp:~mrazik/libdbusmenu/xvfb-run-a
Merge into: lp:libdbusmenu/13.04
Diff against target: 12 lines (+1/-1)
1 file modified
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~mrazik/libdbusmenu/xvfb-run-a
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Didier Roche-Tolomelli Approve
Review via email: mp+142448@code.launchpad.net

Commit message

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.

Description of the change

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.

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

let's cross fingers!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/rules'
--- debian/rules 2012-12-05 00:13:40 +0000
+++ debian/rules 2013-01-09 07:15:26 +0000
@@ -35,7 +35,7 @@
35override_dh_auto_test: $(FLAVORS:%=dotest-%)35override_dh_auto_test: $(FLAVORS:%=dotest-%)
3636
37dotest-%:37dotest-%:
38 xvfb-run dh_auto_test --builddirectory=builddir/$*38 xvfb-run -a dh_auto_test --builddirectory=builddir/$*
3939
40override_dh_install:40override_dh_install:
41 find debian/tmp -name \*.la -delete41 find debian/tmp -name \*.la -delete

Subscribers

People subscribed via source and target branches

to all changes: