From cee8c3df295bf83dcbf55d7ac2b027041f653478 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Thu, 20 Aug 2015 11:34:15 +0200 Subject: also capture erlang logs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 03bb3cf..3820628 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ before_script: - export PATH=$HOME/.local/bin:$PATH - pip install -r requirements.txt --user `whoami` script: "make ci" -after_failure: "echo 'logs/raw.log\n'; html2text logs/index.html; cat logs/raw.log; for f in `find logs/ct_run*/log*/ -type f`; do echo \"\n$f\n\" ; cat $f; done; for f in `ls -1 logs/ct_run*/jlr.rvi_core.logs/run*/rvi_core_suite*.html; do echo \"\"; echo \"$f:\"; lynx -dump $f; done" \ No newline at end of file +after_failure: "echo 'logs/raw.log\n'; html2text logs/index.html; cat logs/raw.log; for f in `find logs/ct_run*/log*/ -type f`; do echo \"\n$f\n\" ; cat $f; done; for f in `ls -1 logs/ct_run*/jlr.rvi_core.logs/run*/rvi_core_suite*.html`; do echo \"\"; echo \"$f:\"; lynx -dump $f; done; for f in `ls logs/ct_run*/*/log/erlang.log.*`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done" \ No newline at end of file -- cgit v1.2.1