aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/13_test_gbp_pq.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-28 08:27:50 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-28 08:27:50 +0200
commitf31bcd2d15df5b87bcb03d7da8ee87cea1aab500 (patch)
treee2c517ab3bbc8e847e81289e79ee740832b1d3af /tests/13_test_gbp_pq.py
parent59dce128af8d0ecdb1b7f333abc798a8f890f409 (diff)
pq: make TestFromTAG tests silent
Diffstat (limited to 'tests/13_test_gbp_pq.py')
-rw-r--r--tests/13_test_gbp_pq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/13_test_gbp_pq.py b/tests/13_test_gbp_pq.py
index 57dd7399..be87f909 100644
--- a/tests/13_test_gbp_pq.py
+++ b/tests/13_test_gbp_pq.py
@@ -271,7 +271,7 @@ class TestFromTAG(testutils.DebianGitTestRepo):
upstream_tag = 'upstream/%(version)s'
def git_create_empty_branch(self, branch):
- GitCommand('checkout', cwd=self.repo.path)(['--orphan', branch])
+ GitCommand('checkout', cwd=self.repo.path)(['-q', '--orphan', branch])
GitCommand('rm', cwd=self.repo.path)(['-rf', '.'])
def setUp(self):