diff options
-rw-r--r-- | jjb/releng/automate.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/releng/automate.yml b/jjb/releng/automate.yml index db672648a..4f6044bb5 100644 --- a/jjb/releng/automate.yml +++ b/jjb/releng/automate.yml @@ -84,7 +84,9 @@ - shell: | cd ./utils/test/{module}/ tox - cp *.xml $WORKSPACE + if [ -e *.xml ];then + cp *.xml $WORKSPACE + fi publishers: - publish-coverage |