aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/04_test_gbp_submodules.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/04_test_gbp_submodules.py')
-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)