URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9b3be1711f2a92ed4c59e32961d4d19b8f593d94
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9b3be17 by Gerald Combs (gerald@xxxxxxxxxxxxx):
test: Miscellaneous fixups.
In util_slow_dhcp.py, open stdout as O_BINARY on Windows.
Have ctest pass --verbose to test.py.
Call config.canCapture at test time so that we don't inadvertently skip
some tests.
Stringify our dumpcap config check.
Fix our Gcrypt variable.
Change-Id: I884ec23ddfc7c28b79d4a860c6c43c308598e6db
Reviewed-on: https://code.wireshark.org/review/27182
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 662210f Bluetooth HCI: Add missing LE event mask fields
adds 9b3be17 test: Miscellaneous fixups.
Summary of changes:
CMakeLists.txt | 1 +
test/config.py | 9 ++++++---
test/suite_capture.py | 2 +-
test/suite_clopts.py | 21 ++++++++++++++-------
test/util_slow_dhcp_pcap.py | 4 ++++
5 files changed, 26 insertions(+), 11 deletions(-)