From b00ebe6baee22bd79e3aeca38a3390a25fbc5e14 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 26 Jun 2012 11:39:21 +0100 Subject: Fix test suite to deal with morph output changes Also, some bug fixes. Also, when handling a BaseException, log the exception (with traceback) that we're handling, in case there is an error while handling it, because the second error will otherwise mask the first one. --- tests.branching/setup | 1 + 1 file changed, 1 insertion(+) (limited to 'tests.branching/setup') diff --git a/tests.branching/setup b/tests.branching/setup index 5c0e9a04..714be9da 100755 --- a/tests.branching/setup +++ b/tests.branching/setup @@ -33,6 +33,7 @@ cachedir = $DATADIR/mine/.morph/cache log = $DATADIR/morph.log keep-path = true no-distcc = true +quiet = true EOF -- cgit v1.2.1