diff options
author | teor <teor@torproject.org> | 2018-08-24 10:25:25 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-29 10:47:20 +1000 |
commit | 541b89b061455a167e73e6fc61e9df7ee82f4525 (patch) | |
tree | 918282382054c54dd1a54436852caa33db108101 /changes | |
parent | 3e298633ca212447b4a230b970a293ce694ed3bb (diff) | |
download | tor-541b89b061455a167e73e6fc61e9df7ee82f4525.tar.gz tor-541b89b061455a167e73e6fc61e9df7ee82f4525.zip |
Test: avoid spurious failures in make test-network-all
Before running make test-network-all, delete old logs and test result
files, to avoid spurious failures.
Fixes bug 27295; bugfix on 0.2.7.3-rc.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27295 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug27295 b/changes/bug27295 new file mode 100644 index 0000000000..c5a364877a --- /dev/null +++ b/changes/bug27295 @@ -0,0 +1,3 @@ + o Minor bugfixes (testing, chutney): + - Before running make test-network-all, delete old logs and test result + files, to avoid spurious failures. Fixes bug 27295; bugfix on 0.2.7.3-rc. |