Wireshark-commits: [Wireshark-commits] master-3.0 789a73d: travis: fold msbuild output to remain be

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 02 Oct 2019 21:56:03 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=789a73d1b783e6eeaaf0c3c167097ac4666eeb60
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

789a73d by Peter Wu (peter@xxxxxxxxxxxxx):

    travis: fold msbuild output to remain below the 10k line limit
    
    Fold messages by overwriting the same line via a carriage return),
    similar to Ninja. The full log will still contain all messages.
    
    Change-Id: I89cc7d10147ebd21f22d40c8d2c4481b1dd2ab56
    Reviewed-on: https://code.wireshark.org/review/32024
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    (cherry picked from commit e6904308d3652e082b5499987626bd03a7908d1a)
    Reviewed-on: https://code.wireshark.org/review/34689
    

Actions performed:

    from  a557ddd   travis: improve cache handling on Windows
     add  789a73d   travis: fold msbuild output to remain below the 10k line limit


Summary of changes:
 .travis.yml             |  5 +++--
 tools/filter-msbuild.py | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 2 deletions(-)
 create mode 100755 tools/filter-msbuild.py