Add support for Bottlenecks' new framework and potential installers
[releng.git] / jjb / releng / automate.yml
index db67264..4f6044b 100644 (file)
@@ -84,7 +84,9 @@
         - shell: |
             cd ./utils/test/{module}/
             tox
-            cp *.xml $WORKSPACE
+            if [ -e *.xml ];then
+                cp *.xml $WORKSPACE
+            fi
 
     publishers:
         - publish-coverage