URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=82e8aa33a7812e8917d8e9187e0be4d2333b43b0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
82e8aa3 by Peter Wu (peter@xxxxxxxxxxxxx):
    dfilter-test.py: document parallelization support
    
    Tests are independent and can be run in parallel using pytest-xdist
    (https://github.com/pytest-dev/pytest-xdist), document it.
    
    While at it, allow running the tests from other directories.
    
    Change-Id: I3e55c549669f7d59d35cd64eca53680cea6dec2d
    Reviewed-on: https://code.wireshark.org/review/26943
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  0d31ec3   Check for HAVE_LZ4FRAME_H in the LZ4 detection process and use it
    adds  82e8aa3   dfilter-test.py: document parallelization support
Summary of changes:
 .gitignore                |  1 +
 doc/README.display_filter | 13 ++++++++++---
 tools/dftestlib/dftest.py |  4 ++--
 3 files changed, 13 insertions(+), 5 deletions(-)