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:
Holger Weiss 2016-03-30 01:02:27 +02:00
parent 82cf7f7ca8
commit e58b62f737
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ script:
- sed -i -e 's/ct:pal/ct:log/' test/suite.erl
- ln -sf ../sql priv/
- escript ./rebar skip_deps=true ct -v
#- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, 0 failed' logs/raw.log
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log
after_script:
- find logs -name suite.log -exec cat '{}' ';'