]> source.dussan.org Git - rspamd.git/commitdiff
Don't write xunit.xml
authorAnton Yuzhaninov <citrin+git@citrin.ru>
Tue, 23 Oct 2018 03:17:27 +0000 (23:17 -0400)
committerAnton Yuzhaninov <citrin+git@citrin.ru>
Tue, 23 Oct 2018 03:17:27 +0000 (23:17 -0400)
It is not currently used.

.drone.yml

index 7db345c6349d8918d9331baa99a338159d6a148c..787baa6d8ad4a89c63737d79dab7cc7b00984d69 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 --xunit xunit.xml --exclude isbroken $CI_WORKSPACE/test/functional/cases; EXIT_CODE=$?
+      - RSPAMD_INSTALLROOT=/rspamd/install robot --exclude isbroken $CI_WORKSPACE/test/functional/cases; EXIT_CODE=$?
       - set -e
       # upload test results to nginx frontent using WebDAV PUT
       - >