[tor-commits] [chutney/master] Travis: if chutney debug succeeds after failure, make it obvious
teor at torproject.org
teor at torproject.org
Wed Mar 13 02:13:55 UTC 2019
commit 0bec728f191163e8b9ea2da90a24e8e1eab33537
Author: teor <teor at torproject.org>
Date: Thu Oct 25 11:43:44 2018 +1000
Travis: if chutney debug succeeds after failure, make it obvious
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 76ed96b..914231f 100644
--- a/.travis.yml
+++ b/.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
More information about the tor-commits
mailing list