try uncorrupting the xml file

This commit is contained in:
Jean-Paul Calderone 2023-08-08 09:59:23 -04:00
parent 3a8480126b
commit 286fb206d8

View File

@ -193,7 +193,7 @@ jobs:
- "run":
name: "Convert Result Log"
command: |
Get-Content -Path test-results.subunit2 -Raw | subunit2junitxml | Out-File -FilePath test-results.xml
subunit2junitxml <test-results.subunit2 >test-results.xml
- "store_test_results":
path: "test-results.xml"