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

.drone.yml

index fdfa0d899e6087b64e576bf03a597e0f37552ca5..19fcc7da267d518fcbfd7d0952fd01528e4f37ce 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 --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
       - >