diff options
author | Anton Yuzhaninov <citrin+git@citrin.ru> | 2018-10-22 23:17:27 -0400 |
---|---|---|
committer | Anton Yuzhaninov <citrin+git@citrin.ru> | 2018-10-22 23:17:27 -0400 |
commit | ba26c2360d2af1941ecef65eb74b193e25150854 (patch) | |
tree | 5797e988734deb08e898c902fe2992e149b90093 /.drone.yml | |
parent | b3826709eca5a7cda0a61e4ae87c34cd2f3fb8d4 (diff) | |
download | rspamd-ba26c2360d2af1941ecef65eb74b193e25150854.tar.gz rspamd-ba26c2360d2af1941ecef65eb74b193e25150854.zip |
Don't write xunit.xml
It is not currently used.
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 7db345c63..787baa6d8 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 --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 - > |