Use spaces in TEST_JUNIT_XML_RUN

This commit is contained in:
Ash Wilson 2019-02-11 10:13:31 -05:00
parent f4f3d12719
commit da891bd120
No known key found for this signature in database
GPG Key ID: 81B1DDB704F69D2A
3 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ jobs:
CI_PROVIDER: VSTS
ATOM_JASMINE_REPORTER: list
TEST_JUNIT_XML_ROOT: $(Common.TestResultsDirectory)/junit
TEST_JUNIT_XML_RUN: Linux-
TEST_JUNIT_XML_RUN: "Linux "
displayName: Run tests
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))
@ -40,7 +40,7 @@ jobs:
inputs:
testResultsFormat: JUnit
searchFolder: $(Common.TestResultsDirectory)/junit
testResultsFiles: "**/TEST-*.xml"
testResultsFiles: "**/*.xml"
condition: ne(variables['Atom.SkipTests'], 'true')
- task: PublishBuildArtifacts@1

View File

@ -46,7 +46,7 @@ jobs:
CI_PROVIDER: VSTS
ATOM_JASMINE_REPORTER: list
TEST_JUNIT_XML_ROOT: $(Common.TestResultsDirectory)/junit
TEST_JUNIT_XML_RUN: MacOS-
TEST_JUNIT_XML_RUN: "MacOS "
displayName: Run tests
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))
@ -60,7 +60,7 @@ jobs:
inputs:
testResultsFormat: JUnit
searchFolder: $(Common.TestResultsDirectory)/junit
testResultsFiles: "**/TEST-*.xml"
testResultsFiles: "**/*.xml"
condition: ne(variables['Atom.SkipTests'], 'true')
- script: |

View File

@ -71,7 +71,7 @@ jobs:
CI_PROVIDER: VSTS
ATOM_JASMINE_REPORTER: list
TEST_JUNIT_XML_ROOT: $(Common.TestResultsDirectory)\junit
TEST_JUNIT_XML_RUN: Windows-$(buildArch)-
TEST_JUNIT_XML_RUN: "Windows $(buildArch) "
BUILD_ARCH: $(buildArch)
displayName: Run tests
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))
@ -87,7 +87,7 @@ jobs:
inputs:
testResultsFormat: JUnit
searchFolder: $(Common.TestResultsDirectory)\junit
testResultsFiles: "**/TEST-*.xml"
testResultsFiles: "**/*.xml"
condition: ne(variables['Atom.SkipTests'], 'true')
- task: PublishBuildArtifacts@1