[Git][reproducible-builds/diffoscope][master] Reduce the number of max stderr lines printed from 50 to 25; usually the error is obvious by then.

Chris Lamb gitlab at salsa.debian.org
Tue May 12 08:22:17 UTC 2020



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
e1c29fcb by Chris Lamb at 2020-05-12T09:21:44+01:00
Reduce the number of max stderr lines printed from 50 to 25; usually the error is obvious by then.

- - - - -


1 changed file:

- diffoscope/comparators/utils/command.py


Changes:

=====================================
diffoscope/comparators/utils/command.py
=====================================
@@ -28,7 +28,7 @@ logger = logging.getLogger(__name__)
 
 class Command(metaclass=abc.ABCMeta):
     MASK_STDERR = False
-    MAX_STDERR_LINES = 50
+    MAX_STDERR_LINES = 25
     VALID_RETURNCODES = {0}
 
     def __init__(self, path):



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/e1c29fcbe2089e7a04b3591c5936c9c42de82adc

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/e1c29fcbe2089e7a04b3591c5936c9c42de82adc
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200512/3d499338/attachment.htm>


More information about the rb-commits mailing list