summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 25afd34..96e14bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,4 +15,7 @@ after_failure:
- "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*/*.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
+ - "for f in `ls logs/ct_run*/*/rvi/log/erlang.log.*`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done"
+ - "for f in `ls logs/ct_run*/*/rvi/log/lager/crash.log.*`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done"
+ - "for f in `ls logs/ct_run*/*/rvi/log/lager/error.log.*`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done"
+ - "for f in `ls logs/ct_run*/*/rvi/log/lager/rvi_log.log.*`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done"