summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-04 12:11:56 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-04 12:11:56 +0100
commitc6671f8409071b7a820927a27d7e24f4ef892b9d (patch)
treec76ff656ae3d62a62ae89d101d04b563977a79af
parent60a3b91fc80a7f489a6c08c965cf2015a909b339 (diff)
tests: record a log file for Idle
This makes run-test.sh diverge from other CMs again, which is a little unfortunate. MC and Gabble get this by service-activating a wrapper around the CM instead of the real thing, but Idle doesn't install that wrapper.
-rw-r--r--tests/twisted/run-test.sh.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index 0004ab3..f2b4773 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -49,6 +49,9 @@ config_file="${G_TEST_BUILDDIR}/tools/tmp-session-bus.conf"
IDLE_DEBUG=all
export IDLE_DEBUG
+G_MESSAGES_DEBUG=all
+export G_MESSAGES_DEBUG
+
XDG_CONFIG_DIRS="${G_TEST_SRCDIR}"
export XDG_CONFIG_DIRS
@@ -93,6 +96,8 @@ for t in $list ; do
export XDG_CACHE_HOME
XDG_CACHE_DIR="${tmp}/cache"
export XDG_CACHE_DIR
+ IDLE_LOGFILE="${tmp}/cm.log"
+ export IDLE_LOGFILE
CHECK_TWISTED_VERBOSE=1
export CHECK_TWISTED_VERBOSE