diff options
author | teor <teor@torproject.org> | 2018-09-05 13:12:54 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-09-05 13:12:54 +1000 |
commit | 4e4b6a247661f1ad78de6b07cee3de5bf2a96aa1 (patch) | |
tree | 60e209222311d130d79689adead890da3f922a7e /changes | |
parent | 541b89b061455a167e73e6fc61e9df7ee82f4525 (diff) | |
download | tor-4e4b6a247661f1ad78de6b07cee3de5bf2a96aa1.tar.gz tor-4e4b6a247661f1ad78de6b07cee3de5bf2a96aa1.zip |
Travis: when showing a log fails, keep trying to show other logs
When a Travis build fails, and showing a log fails, keep trying to
show the other logs.
Fixes bug 27453; bugfix on 0.3.4.7-rc.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27453 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug27453 b/changes/bug27453 new file mode 100644 index 0000000000..4501346d2c --- /dev/null +++ b/changes/bug27453 @@ -0,0 +1,3 @@ + o Minor bugfixes (continuous integration): + - When a Travis build fails, and showing a log fails, keep trying to + show the other logs. Fixes bug 27453; bugfix on 0.3.4.7-rc. |