Browse Source

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.
teor 5 years ago
parent
commit
993c345b25
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .travis.yml

+ 0 - 3
.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: