URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0971d204525108ec36760d839613b2fb2eadcaa7
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
0971d20 by Peter Wu (peter@xxxxxxxxxxxxx):
test: fail tests when programs are missing
Building only a subset of programs is not a very common situation, it is
more likely that some feature was accidentally disabled. For that
reason, fail tests by default unless a program is explicitly permitted
to be missing.
The '-v' test is now dropped from the Travis tests, the sole reason of
adding it was to see which tests got (accidentally) skipped.
Change-Id: I725f4508541d8ed980e17d69fb7aee1ad2875d73
Reviewed-on: https://code.wireshark.org/review/31660
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 70d9bfb QUIC: fix build error without LIBGCRYPT_AEAD
add 0971d20 test: fail tests when programs are missing
Summary of changes:
.travis.yml | 3 ++-
docbook/wsdg_src/WSDG_chapter_tests.asciidoc | 21 ++++++++++++++++-----
test/conftest.py | 3 +++
test/fixtures_ws.py | 16 +++++++++++-----
test/test.py | 3 +++
5 files changed, 35 insertions(+), 11 deletions(-)