mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
38e07b88fa
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.
7 lines
335 B
Plaintext
7 lines
335 B
Plaintext
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.
|