Page MenuHomePhabricator

QA: Run tests with UPnP disabled
ClosedPublic

Authored by PiRK on Sep 29 2022, 10:31.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCe94de8a0b664: 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.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Sep 29 2022, 10:31
This revision is now accepted and ready to land.Sep 29 2022, 12:47
This revision was automatically updated to reflect the committed changes.