commit 02a158d3b9e8c00e1b14febc1dd445c6544e572b Author: teor teor@torproject.org Date: Wed Dec 18 12:27:16 2019 +1000
Travis: Show the torrc when the job fails
Diagnostics for 32630. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml index 17dd5ac..6bdb518 100644 --- a/.travis.yml +++ b/.travis.yml @@ -279,6 +279,8 @@ after_failure: - ls -al . net ## List the contents of net/nodes - ls -lR net/nodes/ + ## Dump the config + - cat net/nodes/000a*/torrc ## Dump the important directory documents #- cat net/nodes/000a*/cached-certs - cat net/nodes/000a*/cached-consensus
tor-commits@lists.torproject.org