summaryrefslogtreecommitdiff
path: root/tests/twisted
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-04 18:44:12 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-07 18:07:27 +0000
commit534264a454f113c15b0a0d0c87fb13bfe1a6884f (patch)
treeb95c0fd83108daa07fce30f08f9ba1692dbc8272 /tests/twisted
parenta64073a1556e9a960a553f02e713a23ea3cfd27d (diff)
Remove the Maemo libaccounts-sso pseudo-plugin
The major user of libaccounts is Ubuntu Online Accounts, and we have a proper plugin for that in Empathy (with an Ubuntu-specific D-Bus API to fill in some gaps in the libaccounts API) and a request to merge that instead. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32904 Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71230 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'tests/twisted')
-rw-r--r--tests/twisted/run-test.sh.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index ce66de23..3b6ef78f 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -59,9 +59,6 @@ MC_DEBUG=all
export MC_DEBUG
G_DEBUG=fatal-criticals
export G_DEBUG
-# for ENABLE_LIBACCOUNTS_SSO
-AG_DEBUG=all
-export AG_DEBUG
GIO_EXTRA_MODULES="${plugins}"
export GIO_EXTRA_MODULES
@@ -107,12 +104,6 @@ for i in $list ; do
XDG_CACHE_DIR="${tmp}/cache"
export XDG_CACHE_DIR
- # for ENABLE_LIBACCOUNTS_SSO
- ACCOUNTS="${tmp}/libaccounts-accounts"
- export ACCOUNTS
- AG_SERVICES="${tmp}/libaccounts-services"
- export AG_SERVICES
-
CHECK_TWISTED_VERBOSE=1
export CHECK_TWISTED_VERBOSE