From a3f6142c5a49f7dcf724b2fb2e022fe2507f71eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Mon, 24 Oct 2011 20:33:35 +0200 Subject: [PATCH] Don't be verbose Git-Dch: Ignore --- tests/04_test_gbp_submodules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/04_test_gbp_submodules.py b/tests/04_test_gbp_submodules.py index aaa1582..e69570e 100644 --- a/tests/04_test_gbp_submodules.py +++ b/tests/04_test_gbp_submodules.py @@ -30,7 +30,7 @@ class Submodule(object): def setup(): global repo, repodir, submodules, top, tmpdir - gbp.log.setup(False, True) + gbp.log.setup(False, False) top = os.path.abspath(os.curdir) tmpdir =os.path.join(top,'gbp_%s_repo' % __name__) os.mkdir(tmpdir) -- 2.7.4