[poppler] regtest/Bisect.py

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Sun Apr 1 10:37:03 PDT 2012


 regtest/Bisect.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 74a7d963de75c0097eedcf4224d13cf275a64757
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date:   Sun Apr 1 19:35:48 2012 +0200

    regtest: remove debug print to show bisect exit status in Bisect.py

diff --git a/regtest/Bisect.py b/regtest/Bisect.py
index 715424f..31addaa 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))
 


More information about the poppler mailing list