Browse Source

Travis: if chutney debug succeeds after failure, make it obvious

teor 5 years ago
parent
commit
0bec728f19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -138,7 +138,7 @@ after_failure:
   - 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
+  - tools/test-network.sh --debug && echo "chutney debug run succeeded"
 
 after_success:
   ## Placeholder