| Age | Commit message (Collapse) | Author |
|
|
|
This adds a warnings counter for subprojects that passed. This is to
encourage developpers to check warnings in the logs and hopefully fix
them. Otherwise they could be hidden in hundreds lines of logs.
This also print the error message for subprojects that did not pass. The
error message is often enough to fix the issue (e.g. missing
dependency) and it's easier than searching in the logs why a subproject
failed.
|
|
This allows having lists on a single line instead of having each value
aligned on a new line.
|
|
|
|
Fixes: #6372.
|
|
Based on patch from Dylan Baker.
Fixes #757
|