[chutney/master] Travis: Remove debug run from after_failure

commit 993c345b2509a184df3f82df26b88843867bb249 Author: teor <teor@torproject.org> Date: Tue Apr 9 12:37:21 2019 +1000 Travis: Remove debug run from after_failure It's not actually helping us diagnose the errors that we're seeing. (--allow-failures is pretty good for that.) Part of 30066. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f5c1d62..74ae900 100644 --- a/.travis.yml +++ b/.travis.yml @@ -191,9 +191,6 @@ after_failure: #- cat net/nodes/00*a*/state - for f in net/nodes/00*a*/v3-status-votes ; do echo "$f"; cat "$f"; done - for f in net/nodes/00*a*/unparseable-descs/* ; do echo "$f"; cat "$f"; done - ## Re-run chutney in debug mode - ## TODO: improve debug mode - - tools/test-network.sh --debug && echo "chutney debug run succeeded" notifications: irc:
participants (1)
-
teor@torproject.org