diff options
author | teor <teor@torproject.org> | 2020-03-19 17:35:49 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-03-20 14:48:31 +1000 |
commit | 38e07b88fac51f2a778e7c77e2269546c1344dff (patch) | |
tree | f0f36b17fd32b532575066f7655692285d2861c7 /changes | |
parent | ee3d23c05a828dc693ead2dcf083c9091d502425 (diff) | |
download | tor-38e07b88fac51f2a778e7c77e2269546c1344dff.tar.gz tor-38e07b88fac51f2a778e7c77e2269546c1344dff.zip |
Appveyor: Copy required DLLs to test and app
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33673 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug33673 b/changes/bug33673 new file mode 100644 index 0000000000..37c00f2e6e --- /dev/null +++ b/changes/bug33673 @@ -0,0 +1,6 @@ + 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. |