elementary / terminal

Terminal emulator designed for elementary OS
https://elementary.io
GNU Lesser General Public License v3.0
399 stars 96 forks source link

Application: Properly Unexport the DBus Interface on Exit #709

Closed Marukesu closed 1 year ago

Marukesu commented 1 year ago

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.