summaryrefslogtreecommitdiff
path: root/regtest
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2012-04-01 19:35:48 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2012-04-01 19:35:48 +0200
commit74a7d963de75c0097eedcf4224d13cf275a64757 (patch)
tree7705ffb306b704c8c9816df842deb62a1c493aa9 /regtest
parent2749db77eb8ccdbc4b0771163c8942f882f259f4 (diff)
regtest: remove debug print to show bisect exit status in Bisect.py
Diffstat (limited to 'regtest')
-rw-r--r--regtest/Bisect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/regtest/Bisect.py b/regtest/Bisect.py
index 715424fb..31addaac 100644
--- a/regtest/Bisect.py
+++ b/regtest/Bisect.py
@@ -34,7 +34,6 @@ class GitBisect:
sys.stdout.write(stdout)
status = p.returncode
- print status
if not os.WIFEXITED(status) or os.WEXITSTATUS(status) != 0:
raise Exception('Command %s returned non-zero exit status %d' % (str(cmd), status))