diff options
author | teor <teor@torproject.org> | 2019-05-24 12:06:07 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-05-28 10:20:36 +1000 |
commit | 9eb221b2d291fd40d9467517bb7995d8a09f44ce (patch) | |
tree | 03f73e300d7338edb0b06ff49c6e5c4eebeb28a6 /changes | |
parent | 9a97b5ff56fc6f29d93ee515eb7244fe4db34c66 (diff) | |
download | tor-9eb221b2d291fd40d9467517bb7995d8a09f44ce.tar.gz tor-9eb221b2d291fd40d9467517bb7995d8a09f44ce.zip |
Travis: make stem log a controller trace, and tail stem's tor log
In Travis, make stem log a controller trace to the console.
And tail stem's tor log after failure.
Closes ticket 30591.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket30591 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket30591 b/changes/ticket30591 new file mode 100644 index 0000000000..f97c024009 --- /dev/null +++ b/changes/ticket30591 @@ -0,0 +1,3 @@ + o Testing (continuous integration): + - In Travis, make stem log a controller trace to the console. And tail + stem's tor log after failure. Closes ticket 30591. |