summaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-11-04 11:32:04 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-11-04 11:32:04 +0200
commite08efcba4a6e798b1571cfc62ce2a23387f77351 (patch)
tree8c2d05e07ddf086ff23b2de10854b40eb25e014e /circle.yml
parentb8e07eb66ab91b86da7cffc3b949d2cd18415cbf (diff)
downloadrspamd-e08efcba4a6e798b1571cfc62ce2a23387f77351.tar.gz
rspamd-e08efcba4a6e798b1571cfc62ce2a23387f77351.zip
[Test] Add tests for Redis fuzzy backend and fix fuzzy fuzzy test
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index bfa99cd9c..9dd8073c1 100644
--- a/circle.yml
+++ b/circle.yml
@@ -13,7 +13,7 @@ test:
- mkdir ../build ; mkdir ../install ; cd ../build
- cmake ../rspamd -DDBDIR=/nana -DENABLE_COVERAGE=ON -DCMAKE_INSTALL_PREFIX=../install
- make install
- - RSPAMADM=../install/bin/rspamadm RSPAMC=../install/bin/rspamc RSPAMD=../install/bin/rspamd sudo -E robot -x xunit.xml ../rspamd/test/functional/cases
+ - RSPAMADM=../install/bin/rspamadm RSPAMC=../install/bin/rspamc RSPAMD=../install/bin/rspamd sudo -E robot -x xunit.xml --exclude isbroken ../rspamd/test/functional/cases
- lcov --no-external -b ../rspamd -d ../rspamd -c --output-file coverage.info
- if [ ! -z $COVERALLS_REPO_TOKEN ]; then coveralls-lcov -t ${COVERALLS_REPO_TOKEN} coverage.info; fi
post: