commit 0bec728f191163e8b9ea2da90a24e8e1eab33537 Author: teor teor@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
tor-commits@lists.torproject.org