Wireshark-commits: [Wireshark-commits] master a49e1d5: Make running the tests a little easier on Wi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Jan 2015 10:22:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a49e1d54d95548475d670b766bd328a73afa427b
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a49e1d5 by Graham Bloice (graham.bloice@xxxxxxxxxxxxx):

    Make running the tests a little easier on Windows
    
    1.  Set the igncr option a little differently, this is the preferred
        way according to the latest Cygwin bash update announcement
        (See https://sourceware.org/ml/cygwin-announce/2014-10/msg00015.html, Sect 4a)
        The previous way didn't work for me.
    2.  Ensure /usr/bin is on the path if running under Cygwin.
        I really don't want Cygwin on my normal paths, the build process
        adds if required, so this change makes the test scripts do the same.
    
    Change-Id: I0f4da1fa87802bf0a4039bb5a91e577fae506d79
    Reviewed-on: https://code.wireshark.org/review/6243
    Tested-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    

Actions performed:

    from  2619edd   [E212] Make it possible to use different filters for MCC and MNC in LAI RAI and SAI.
    adds  a49e1d5   Make running the tests a little easier on Windows


Summary of changes:
 test/test.sh |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)