removing wildcard from rmdir, not windows compatible

This commit is contained in:
evanchia
2021-06-07 18:39:03 -07:00
parent 9373c5fd0d
commit 9afe5225e6
+1 -1
View File
@@ -365,7 +365,7 @@ def ExportTestResults(Map options, String platform, String type, String workspac
def o3deroot = "${workspace}/${ENGINE_REPOSITORY_NAME}"
dir("${o3deroot}/${params.OUTPUT_DIRECTORY}") {
junit testResults: "Testing/**/*.xml"
palRmDir("Testing/*")
palRmDir("Testing")
}
// Recreate test runner xml directories that need to be pre generated
palMkdir("Testing/Pytest")