Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application: Properly Unexport the DBus Interface on Exit #709

Merged
merged 2 commits into from
Mar 16, 2023

Conversation

Marukesu
Copy link
Contributor

@Marukesu Marukesu commented Mar 9, 2023

We where depending on the binary exiting to unexport the interface, however, the test suite launch a instance per test, and they where failing because of the interface being already registred, and ending in false positives.

the suite where ammended to check for the application exit status too and fail if not 0.

we where depending on the binary exiting to unexport the interface, however,
the test suite launch a instance per test, and they where failing because of
the interface being already registred, and ending in false positives.

the suite where ammended to check for the application exit status too and
fail if not 0.
@jeremypw jeremypw merged commit 32d5084 into master Mar 16, 2023
@jeremypw jeremypw deleted the maru/dbus-unregister branch March 16, 2023 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants