Wireshark-commits: [Wireshark-commits] master-3.0 4347267: travis: fix missing msbuild output on Wi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 02 Oct 2019 21:56:19 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4347267017bc2a377315f8794e4f10c92e739f22
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

4347267 by Peter Wu (peter@xxxxxxxxxxxxx):

    travis: fix missing msbuild output on Windows
    
    For some reason the CMake output to Python is missing, no matter how
    hard I try. Use an alternative approach instead where Python executes
    CMake and filters the output without relying on pipes in Bash.
    
    Change-Id: I21b8b709c3a944fbd3b07e7fac59702735dd83a4
    Reviewed-on: https://code.wireshark.org/review/32628
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    (cherry picked from commit 8a283325d4d251ef933bdf0897b98b2185ee2ecc)
    Reviewed-on: https://code.wireshark.org/review/34691
    

Actions performed:

    from  24f2383   travis: Allow Windows builds to fail
     add  4347267   travis: fix missing msbuild output on Windows


Summary of changes:
 .travis.yml             |  6 ++--
 tools/filter-msbuild.py | 88 +++++++++++++++++++++++++++++++------------------
 2 files changed, 59 insertions(+), 35 deletions(-)