Skip to content

Commit

Permalink
Less specific paths to the JUnit XML output
Browse files Browse the repository at this point in the history
  • Loading branch information
rkennedy-mode committed May 31, 2019
1 parent fcad20c commit da43b5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
at: .
- run: ant junit_regression_h1
- store_test_results:
path: obj/release/testoutput/TESTS-TestSuites.xml
path: obj/release/testoutput
junit_regression_h2:
machine:
image: ubuntu-1604:201903-01
Expand All @@ -37,7 +37,7 @@ jobs:
at: .
- run: ant junit_regression_h2
- store_test_results:
path: obj/release/testoutput/TESTS-TestSuites.xml
path: obj/release/testoutput
junit_other_p1:
machine:
image: ubuntu-1604:201903-01
Expand All @@ -49,7 +49,7 @@ jobs:
at: .
- run: ant junit_other_p1
- store_test_results:
path: obj/release/testoutput/TESTS-TestSuites.xml
path: obj/release/testoutput
junit_other_p2:
machine:
image: ubuntu-1604:201903-01
Expand All @@ -61,7 +61,7 @@ jobs:
at: .
- run: ant junit_other_p2
- store_test_results:
path: obj/release/testoutput/TESTS-TestSuites.xml
path: obj/release/testoutput
junit_other_p3:
machine:
image: ubuntu-1604:201903-01
Expand All @@ -73,7 +73,7 @@ jobs:
at: .
- run: ant junit_other_p3
- store_test_results:
path: obj/release/testoutput/TESTS-TestSuites.xml
path: obj/release/testoutput
junit_other_p4:
machine:
image: ubuntu-1604:201903-01
Expand All @@ -85,7 +85,7 @@ jobs:
at: .
- run: ant junit_other_p4
- store_test_results:
path: obj/release/testoutput/TESTS-TestSuites.xml
path: obj/release/testoutput
package:
machine:
image: ubuntu-1604:201903-01
Expand Down

0 comments on commit da43b5d

Please sign in to comment.