Several problems with test-network Makefile target
In legacy/trac#18240 (moved), cypherpunks pointed out that we should use the same $(EXEEXT) syntax for finding the appropriate tor-gencert and tor-cov-gencert in the test-network target.
There's a couple other problems with that target:
-
NETWORK_FLAVOUR=${NETWORK_FLAVOUR:-"bridges+hs"}: the "bridges+hs" network template doesn't exist anymore. - If
$use_coverage_binaryis set whensrc/test/test-network.shis called, then chutney will still try to usetor-gencertinstead oftor-cov-gencert. (Also the filename extension problem mentioned above applies here also.