summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-12-07 09:27:49 -0800
committerUlf Wiger <ulf@feuerlabs.com>2015-12-07 09:27:49 -0800
commitc0b2ea2f97d0f1044b9174fef3875018da19fd30 (patch)
tree62dadbd0bd7d6e9e777b20832b04aff990266003 /.travis.yml
parentdf147a30dd2a9d895e9504914671ab21f23aa924 (diff)
downloadrvi_core-c0b2ea2f97d0f1044b9174fef3875018da19fd30.tar.gz
correct log fetching in .travis.yml
Diffstat (limited to '.travis.yml')
-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"