summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2016-03-30 01:02:27 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2016-03-30 01:02:27 +0200
commite58b62f73700ce0fedab646849ddcf9f80f16588 (patch)
tree768df5a8a6c88ce8a009dfc01f9e82b13a44ff46
parentAdds support for option admin_ip_access on mod_http_api (diff)
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.
Diffstat (limited to '')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 51fd036d..89e25c90 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 '{}' ';'