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
1 changed files with 1 additions and 1 deletions

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 '{}' ';'