summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
-rw-r--r--test/config/backend.config1
-rw-r--r--test/config/sample.config1
3 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3820628..9003a2f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,10 @@ 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; for f in `ls logs/ct_run*/*/log/erlang.log.*`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $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*/*.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
diff --git a/test/config/backend.config b/test/config/backend.config
index 3a7be0b..c2b1aed 100644
--- a/test/config/backend.config
+++ b/test/config/backend.config
@@ -2,6 +2,7 @@
{ok, CurDir} = file:get_cwd().
[
{include_lib, "rvi_core/backend.config"},
+ {remove_apps, [bt, dlink_bt]},
{set_env,
[
{rvi_core,
diff --git a/test/config/sample.config b/test/config/sample.config
index 97588f7..efdf0ca 100644
--- a/test/config/sample.config
+++ b/test/config/sample.config
@@ -2,6 +2,7 @@
{ok, CurDir} = file:get_cwd().
[
{include_lib, "rvi_core/rvi_sample.config"},
+ {remove_apps, [bt, dlink_bt]},
{set_env,
[
{rvi_core,