From: Anton Yuzhaninov Date: Thu, 25 Oct 2018 00:13:58 +0000 (-0400) Subject: Filter Wait Until Keyword Succeeds in robot log X-Git-Tag: 1.8.2~142^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96fc8e54298da72e3b6c3580ccdcc6488d6f6014;p=thirdparty%2Frspamd.git Filter Wait Until Keyword Succeeds in robot log Remove all but the last failing keyword inside `BuiltIn.Wait Until Keyword Succeeds` to reduse amount of useless inforamtion in robot log. --- diff --git a/.drone.yml b/.drone.yml index 787baa6d8a..fdfa0d899e 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 $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 - >