diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in index 6a4cc0f..6eef7da 100644 --- a/tests/twisted/run-test.sh.in +++ b/tests/twisted/run-test.sh.in @@ -16,10 +16,11 @@ else fi for i in $list ; do - echo "Testing $i" + echo "Testing $i ..." sh @gabbletestsdir@/twisted/tools/with-session-bus.sh \ --config-file=@gabbletestsdir@/twisted/tools/servicedir/tmp-session-bus.conf \ -- \ @PYTHON@ @gabbletestsdir@/twisted/$i + [ "$?" = 0 ] && echo "Result $i: pass" || echo "Result $i: fail" done