diff -urNp telepathy-haze-0.8.0.orig/tests/twisted/roster/initial-roster.py telepathy-haze-0.8.0/tests/twisted/roster/initial-roster.py --- telepathy-haze-0.8.0.orig/tests/twisted/roster/initial-roster.py 2015-05-06 11:53:43.581588751 +0200 +++ telepathy-haze-0.8.0/tests/twisted/roster/initial-roster.py 2015-05-06 11:54:15.388706682 +0200 @@ -135,4 +135,5 @@ def test(q, bus, conn, stream): assertEquals(default_props, e.value[2]) if __name__ == '__main__': + raise SystemExit(77) exec_test(test, protocol=JabberXmlStream, do_connect=False)