mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
Travis CI: Revert to checking for skipped tests
Now that the issues with running Riak on Travis are solved, we can check for skipped test cases again.
This commit is contained in:
parent
82cf7f7ca8
commit
e58b62f737
@ -54,8 +54,7 @@ script:
|
|||||||
- sed -i -e 's/ct:pal/ct:log/' test/suite.erl
|
- sed -i -e 's/ct:pal/ct:log/' test/suite.erl
|
||||||
- ln -sf ../sql priv/
|
- ln -sf ../sql priv/
|
||||||
- escript ./rebar skip_deps=true ct -v
|
- escript ./rebar skip_deps=true ct -v
|
||||||
#- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log
|
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log
|
||||||
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, 0 failed' logs/raw.log
|
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- find logs -name suite.log -exec cat '{}' ';'
|
- find logs -name suite.log -exec cat '{}' ';'
|
||||||
|
Loading…
Reference in New Issue
Block a user