Produce less verbose logs for tests on travis

This commit is contained in:
Paweł Chmielowski 2016-03-15 18:14:27 +01:00
parent 68675effac
commit 5b5548b8ca
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@ script:
- make
- make install
- make xref
- make test
- 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
after_script: