[tor-commits] [chutney/master] Travis: Diagnostics for 32630

teor at torproject.org teor at torproject.org
Fri Dec 20 00:02:05 UTC 2019


commit 0cfed0bec20a1b57a8cdad8ed80fb429d4ccea5a
Author: teor <teor at torproject.org>
Date:   Thu Nov 28 13:58:01 2019 +1000

    Travis: Diagnostics for 32630
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 971f825..07ed4ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -214,6 +214,8 @@ install:
   - $PYTHON --version
   - if command -v shellcheck ; then shellcheck --version; fi
   - tor --version
+  ## List the permissions on chutney and chutney/net
+  - ls -al . net
 
 script:
   ## Basic tests
@@ -235,6 +237,8 @@ script:
   #- tools/test-network.sh --data "$FIVE_MEGABYTES" --connections 2 --rounds 2 --hs-multi-client 1 --start-time 130 --bootstrap-time 70 --stop-time 10
 
 after_failure:
+  ## List the permissions on chutney and chutney/net
+  - ls -al . net
   ## List the contents of net/nodes
   - ls -lR net/nodes/
   ## Dump the important directory documents





More information about the tor-commits mailing list