Opened 7 years ago
Closed 7 years ago
#16601 closed enhancement (fixed)
[PATCH] test targets: add "-hardfail" variants which will abort with an error code on failure
| Reported by: | ris | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Milestone: | 18.08 |
| Component: | Unit tests | Version: | |
| Keywords: | test build travis failureproperty | Cc: |
Description
https://github.com/openstreetmap/josm/pull/31
Intended for use when specifying targets from top level rather than as a dependency. Also add a test-unit mode which will only run unit tests.
The main aim of this is to give the .travis.yml a target to run that will actually show up as "failed" when there were test failures. This should make it easier to drive towards a state of zero regular failures on travis.
Will attach patches.
Attachments (2)
Change History (4)
by , 7 years ago
| Attachment: | v1-0001-test-targets-add-hardfail-variants-which-will-abo.patch added |
|---|
by , 7 years ago
| Attachment: | v1-0002-travis-run-unit-tests-in-hardfail-mode-to-get-bet.patch added |
|---|
comment:1 by , 7 years ago
| Milestone: | → 18.08 |
|---|
comment:2 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |



In 14141/josm: