mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Copy required DLLs to test and app, before running tor's tests. This ensures that tor.exe and test*.exe use the correct version of each DLL. This fix is not required, but we hope it will avoid DLL search issues in future. Closes bug 33673; bugfix on 0.3.4.2-alpha.
6 lines
335 B
Text
6 lines
335 B
Text
o Testing:
|
|
- In our Appveyor Windows CI, copy required DLLs to test and app, before
|
|
running tor's tests. This ensures that tor.exe and test*.exe use the
|
|
correct version of each DLL. This fix is not required, but we hope it
|
|
will avoid DLL search issues in future.
|
|
Fixes bug 33673; bugfix on 0.3.4.2-alpha.
|