diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-05 10:34:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-05 10:34:46 -0400 |
commit | 1d63ecbed0c8416eeed9d1f278422dc1edbea8ad (patch) | |
tree | 76a86d0a802af530f4f2dce7116cee4523a58808 /changes | |
parent | 9e07dfa34bdcd9a8ee1e5b71d871754c17fcba29 (diff) | |
download | tor-1d63ecbed0c8416eeed9d1f278422dc1edbea8ad.tar.gz tor-1d63ecbed0c8416eeed9d1f278422dc1edbea8ad.zip |
Let's try to get test_workqueue working on windows
Diffstat (limited to 'changes')
-rw-r--r-- | changes/test-workqueue-windows | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/test-workqueue-windows b/changes/test-workqueue-windows new file mode 100644 index 0000000000..8d7b7f664b --- /dev/null +++ b/changes/test-workqueue-windows @@ -0,0 +1,3 @@ + o Testing: + - Make the test-workqueue test work on windows by initializing the + network before we begin. |