Wireshark-commits: [Wireshark-commits] master 8a28332: travis: fix missing msbuild output on Window
Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 31 Mar 2019 20:54:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a283325d4d251ef933bdf0897b98b2185ee2ecc
Submitter: "Dario Lombardo <lomato@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8a28332 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>
    

Actions performed:

    from  511867c   Don't draw the taps if we never got a capture file.
     add  8a28332   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(-)