]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Filter Wait Until Keyword Succeeds in robot log
authorAnton Yuzhaninov <citrin+git@citrin.ru>
Thu, 25 Oct 2018 00:13:58 +0000 (20:13 -0400)
committerAnton Yuzhaninov <citrin+git@citrin.ru>
Thu, 25 Oct 2018 00:13:58 +0000 (20:13 -0400)
Remove all but the last failing keyword inside `BuiltIn.Wait Until
Keyword Succeeds` to reduse amount of useless inforamtion in robot log.

.drone.yml

index 787baa6d8ad4a89c63737d79dab7cc7b00984d69..fdfa0d899e6087b64e576bf03a597e0f37552ca5 100644 (file)
@@ -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 $CI_WORKSPACE/test/functional/cases; EXIT_CODE=$?
+      - RSPAMD_INSTALLROOT=/rspamd/install robot --exclude isbroken --removekeywords wuks $CI_WORKSPACE/test/functional/cases; EXIT_CODE=$?
       - set -e
       # upload test results to nginx frontent using WebDAV PUT
       - >