URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7bbe384f51b99b03694db811f48cf5a098ad65c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
d7bbe38 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Test+Qt: Add an automatic update check.
Add software_update_info() to the software update module, which returns
the name of our update library if we have one. Use it to add automatic
update information to the compiled information in `wireshark --version`.
Add a "release" test suite, which contains a test for automatic updates.
Ping-Bug: 16381
Change-Id: I867a96bdcfde8be541eca2dc0e84b5000276e7dd
Reviewed-on: https://code.wireshark.org/review/36107
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7247b98 wsutil: Strip the processor brand string.
add d7bbe38 Test+Qt: Add an automatic update check.
Summary of changes:
CMakeLists.txt | 1 +
test/suite_release.py | 47 +++++++++++++++++++++++++++++++++++++++++++++++
test/test.py | 2 ++
ui/qt/main.cpp | 11 ++++++++++-
ui/software_update.c | 13 ++++++++++++-
ui/software_update.h | 6 ++++++
6 files changed, 78 insertions(+), 2 deletions(-)
create mode 100644 test/suite_release.py