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
1=== modified file 'debian/rules'
2--- debian/rules 2012-12-05 00:13:40 +0000
3+++ debian/rules 2013-01-09 07:15:26 +0000
4@@ -35,7 +35,7 @@
5 override_dh_auto_test: $(FLAVORS:%=dotest-%)
6
7 dotest-%:
8- xvfb-run dh_auto_test --builddirectory=builddir/$*
9+ xvfb-run -a dh_auto_test --builddirectory=builddir/$*
10
11 override_dh_install:
12 find debian/tmp -name \*.la -delete

Subscribers

People subscribed via source and target branches

to all changes: