24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-07-27 00:41:28 +02:00

Fix a typo in travis.yml

This commit is contained in:
Evgeniy Khramtsov 2016-03-22 19:05:38 +03:00
parent bdce5556bd
commit b90c3764c0

View File

@ -55,7 +55,7 @@ script:
- 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, 0 failed' logs/raw.log
after_script:
- find logs -name suite.log -exec cat '{}' ';'