summaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-09-02 18:49:54 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-09-02 19:14:04 +0200
commit3b571d3ef42129a25324e4f6d17d5d3dc513a1c0 (patch)
treeaf05130d487c603efc0fc4c346905623e2d65abd /circle.yml
parent2d90a61b3a70bc75735575435276c9226c7f2c0f (diff)
downloadrspamd-3b571d3ef42129a25324e4f6d17d5d3dc513a1c0.tar.gz
rspamd-3b571d3ef42129a25324e4f6d17d5d3dc513a1c0.zip
[Test] Fix stats_path
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 2ecec8713..6aa8555e8 100644
--- a/circle.yml
+++ b/circle.yml
@@ -8,7 +8,7 @@ dependencies:
test:
override:
- mkdir ../build ; mkdir ../install ; cd ../build
- - cmake ../rspamd -DENABLE_COVERAGE=ON -DCMAKE_INSTALL_PREFIX=../install
+ - 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 ../rspamd/test/functional/cases
- lcov --no-external -b ../rspamd -d ../rspamd -c --output-file coverage.info