fixed cwd error

This commit is contained in:
evanchia
2021-06-07 18:50:21 -07:00
parent 9afe5225e6
commit b2a6616a31
+3 -3
View File
@@ -366,10 +366,10 @@ def ExportTestResults(Map options, String platform, String type, String workspac
dir("${o3deroot}/${params.OUTPUT_DIRECTORY}") {
junit testResults: "Testing/**/*.xml"
palRmDir("Testing")
// Recreate test runner xml directories that need to be pre generated
palMkdir("Testing/Pytest")
palMkdir("Testing/Gtest")
}
// Recreate test runner xml directories that need to be pre generated
palMkdir("Testing/Pytest")
palMkdir("Testing/Gtest")
}
}