HomePhabricator

QA: Run tests with UPnP disabled

Description

QA: Run tests with UPnP disabled

Summary:
This is a backport of core#16646

Depends on D12093

Test Plan:

cmake .. -GNinja -DSTART_WITH_UPNP=ON
ninja && ninja check-functional

rm -Rf *
cmake .. -GNinja -DENABLE_UPNP=OFF
ninja && ninja check-functional

Note that I did not manage to produce a test failure, with or without this change. So the test just shows that no problem is introduced.

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D12094

Details

Provenance
Luke Dashjr <luke-jr+git@utopios.org>Authored on Aug 6 2019, 23:16
PiRKCommitted on Sep 29 2022, 13:11
PiRKPushed on Sep 29 2022, 13:11
Reviewer
Restricted Project
Differential Revision
D12094: QA: Run tests with UPnP disabled
Parents
rABC1c4ef0447994: [qa] Avoid printing to console during cache creation
Branches
Unknown
Tags
Unknown