This is a backport of core#16646
Depends on D12093
Differential D12094
QA: Run tests with UPnP disabled PiRK on Sep 29 2022, 10:31. Authored by Tags None Subscribers None
Details
This is a backport of core#16646 Depends on D12093 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
|