From e58b62f73700ce0fedab646849ddcf9f80f16588 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 30 Mar 2016 01:02:27 +0200 Subject: [PATCH] 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. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 51fd036df..89e25c901 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 '{}' ';'