Merge lp:~3v1n0/bamf/tests-dbus-cleanup-0.4 into lp:bamf/0.4

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Francis Ginther
Approved revision: 540
Merged at revision: 540
Proposed branch: lp:~3v1n0/bamf/tests-dbus-cleanup-0.4
Merge into: lp:bamf/0.4
Prerequisite: lp:~3v1n0/bamf/xunit-coverage-fixes-0.4
Diff against target: 15 lines (+5/-1)
1 file modified
tests/Makefile.am.gtests (+5/-1)
To merge this branch: bzr merge lp:~3v1n0/bamf/tests-dbus-cleanup-0.4
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Francis Ginther Approve
Review via email: mp+168251@code.launchpad.net

This proposal supersedes a proposal from 2013-06-08.

Commit message

Makefile.am.gtests: kill the launched dbus-daemon after running the tests

Description of the change

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote : Posted in a previous version of this proposal
review: Needs Fixing (continuous-integration)
540. By Marco Trevisan (Treviño)

Merging with lp:~3v1n0/bamf/xunit-coverage-fixes-0.4

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

Reviewed and tested in pbuilder, approve.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/Makefile.am.gtests'
2--- tests/Makefile.am.gtests 2013-06-08 17:39:26 +0000
3+++ tests/Makefile.am.gtests 2013-06-08 17:39:26 +0000
4@@ -24,7 +24,11 @@
5 $(DBUS_LAUNCH) > $(LOG_PATH)/sessionbus.sh; \
6 source $(LOG_PATH)/sessionbus.sh; \
7 \
8- make $(AM_MAKEFLAGS) -k test
9+ make $(AM_MAKEFLAGS) -k test;
10+ \
11+ source $(LOG_PATH)/sessionbus.sh; \
12+ rm $(LOG_PATH)/sessionbus.sh; \
13+ kill $$DBUS_SESSION_BUS_PID;
14
15 check-local: test-headless
16

Subscribers

People subscribed via source and target branches