Wireshark-commits: [Wireshark-commits] master 2ecf69f: Test: Be more paranoid about our log output.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 May 2018 18:03:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2ecf69f7731083f5d8e3765fe1965a8a8cb11d9c
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2ecf69f by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Test: Be more paranoid about our log output.
    
    Run our CTest tests with PYTHONIOENCODING=UTF-8.
    
    If someone runs our tests manually and their output encoding isn't
    UTF-8, print replacement characters instead of failing with an error.
    
    Open our log files with "errors='backslashreplace'" in case their
    contents aren't UTF-8.
    
    Change-Id: Ifa4d12c2b5e272cf3903f3e0c6102e4d961562f1
    Reviewed-on: https://code.wireshark.org/review/27686
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  e6c832c   Update some CMakeListsCustom.txt templates
    adds  2ecf69f   Test: Be more paranoid about our log output.


Summary of changes:
 CMakeLists.txt         |  3 ++-
 test/subprocesstest.py |  2 +-
 test/test.py           | 12 ++++++++++++
 3 files changed, 15 insertions(+), 2 deletions(-)