Mago always returns 0
Bug #444608 reported by
Robert Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mago |
Confirmed
|
Medium
|
Unassigned |
Bug Description
We had a test suiite in a package, and due to some other mago bug the tests were not found. However mago returned status 0, that it was 'ok' - and this meant 'make distcheck' was passing without running the tests.
We'd like mago to error when no tests are found, so that this case is avoided.
Changed in mago: | |
importance: | Undecided → Medium |
assignee: | nobody → Ara Pulido (apulido) |
status: | New → Triaged |
Changed in mago: | |
status: | Triaged → Confirmed |
assignee: | Ara Pulido (apulido) → nobody |
To post a comment you must log in.
In certain case, mago tests are used in a make distcheck environment.
Mago should return other than 0 when:
* No tests are found
* At least on test case failed
This should be double checked with the checkbox integration before committing any change.