aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-10-24 20:33:35 +0200
committerGuido Günther <agx@sigxcpu.org>2011-10-26 09:45:10 +0200
commita3f6142c5a49f7dcf724b2fb2e022fe2507f71eb (patch)
tree154265a959c4888aabf11b4d18a454bf1698b888 /tests
parent27c58973d980bd0fce9502b535c703d2209e25db (diff)
Don't be verbose
Git-Dch: Ignore
Diffstat (limited to 'tests')
-rw-r--r--tests/04_test_gbp_submodules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/04_test_gbp_submodules.py b/tests/04_test_gbp_submodules.py
index aaa1582d..e69570eb 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)