Merge lp://qastaging/~bjornt/launchpad/jscheck-all-layers into lp://qastaging/launchpad
Proposed by
Björn Tillenius
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | not available | ||||
Proposed branch: | lp://qastaging/~bjornt/launchpad/jscheck-all-layers | ||||
Merge into: | lp://qastaging/launchpad | ||||
Diff against target: |
15 lines 1 file modified
Makefile (+1/-4) |
||||
To merge this branch: | bzr merge lp://qastaging/~bjornt/launchpad/jscheck-all-layers | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Abel Deuring (community) | Approve | ||
Review via email: mp+13113@code.qastaging.launchpad.net |
To post a comment you must log in.
'make jscheck' currently run bin/test multiple times; once for each
Windmill layer we have. This has the effect that if one test fails in a
layer, the tests in the next layers won't be run.
This branch changes 'make check' to invoke bin/test only once. Instead
of specifying each layer individually, I chose to specify WindmillLayer,
which will match all layers containing the string WindmillLayer, so that
people don't have to bother modifying the jscheck target when adding new
layers.
-- /launchpad. net/~bjornt
Björn Tillenius | https:/