mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
3ac434104a
The test-network-all target assumes the test-driver script lives in the current working directory. This assumption breaks out-of-tree builds because it actually lives in the source directory. Automake 1.12 introduces `LOG_DRIVER` which defines the location of the test driver script. Because Tor still supports Automake 1.11 we use the default value of this variable directly. The default value uses the configured shell for calling the test driver script and explicitly prefixes the source directory.
5 lines
195 B
Plaintext
5 lines
195 B
Plaintext
o Minor bugfixes (testing):
|
|
- Fix the test-network-all target on out-of-tree builds by using the
|
|
correct path to the test driver script. Fixes bug #19421; bugfix on
|
|
0.2.7.3-rc.
|