aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAnton Yuzhaninov <citrin+git@citrin.ru>2018-10-24 20:16:50 -0400
committerAnton Yuzhaninov <citrin+git@citrin.ru>2018-10-24 20:16:50 -0400
commit58e4d05f07e988b9a02e88c279b30f05602da8a0 (patch)
tree342e50ca3531e5acee28335bb51134cc0dbbd1ba /.drone.yml
parent96fc8e54298da72e3b6c3580ccdcc6488d6f6014 (diff)
downloadrspamd-58e4d05f07e988b9a02e88c279b30f05602da8a0.tar.gz
rspamd-58e4d05f07e988b9a02e88c279b30f05602da8a0.zip
Filter Wait Until Keyword Succeeds in robot log
Remove all but the last failing keyword inside `BuiltIn.Wait Until Keyword Succeeds` to reduce amount of useless information in robot log.
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index fdfa0d899..19fcc7da2 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -94,7 +94,7 @@ pipeline:
# use umask to create world-writable files so nobody can write to *.gcda files created by root
- umask 0000
- set +e
- - RSPAMD_INSTALLROOT=/rspamd/install robot --exclude isbroken --removekeywords wuks $CI_WORKSPACE/test/functional/cases; EXIT_CODE=$?
+ - RSPAMD_INSTALLROOT=/rspamd/install robot --removekeywords wuks --exclude isbroken $CI_WORKSPACE/test/functional/cases; EXIT_CODE=$?
- set -e
# upload test results to nginx frontent using WebDAV PUT
- >