Wireshark-commits: [Wireshark-commits] master 230d7d4: Test: Integrate ftsanity directly into our t
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 05 May 2018 16:10:34 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=230d7d4e907d4083306bb9b84f46d5f498719a5a
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

230d7d4 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Test: Integrate ftsanity directly into our tests.
    
    Move tools/ftsanity.py to test/suite_unittests.py.
    
    Change-Id: I8582b19c0544d032eb0566bc1e82be385e904c11
    Reviewed-on: https://code.wireshark.org/review/27341
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  15cfc41   Don't use dladdr() to get a pathname for the current executable().
    adds  230d7d4   Test: Integrate ftsanity directly into our tests.


Summary of changes:
 test/suite_unittests.py |  60 ++++++++++++++++++++++------
 tools/ftsanity.py       | 103 ------------------------------------------------
 2 files changed, 48 insertions(+), 115 deletions(-)
 delete mode 100755 tools/ftsanity.py