From 62d94c60613e43e340c9c856be3ad41158aad906 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 19 Sep 2013 19:44:03 +0100 Subject: [PATCH 3/5] Log verbose test output and give it the same treatment as MC's log --- tests/twisted/run-test.sh.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in index b79397e..56ade7b 100644 --- a/tests/twisted/run-test.sh.in +++ b/tests/twisted/run-test.sh.in @@ -111,13 +111,17 @@ for i in $list ; do AG_SERVICES="${tmp}/libaccounts-services" export AG_SERVICES + CHECK_TWISTED_VERBOSE=1 + export CHECK_TWISTED_VERBOSE + e=0 sh "${test_src}/twisted/tools/with-session-bus.sh" \ ${MC_TEST_SLEEP} \ --also-for-system \ --config-file="${config_file}" \ -- \ - @TEST_PYTHON@ -u "${test_src}/twisted/$i" || e=$? + @TEST_PYTHON@ -u "${test_src}/twisted/$i" \ + > "$tmp"/test.log 2>&1 || e=$? case "$e" in (0) echo "PASS: $i" -- 1.8.4.rc3