summaryrefslogtreecommitdiff
path: root/scripts/check-silliness
Commit message (Collapse)AuthorAgeFilesLines
* tests: Run style check before slower testsRichard Maw2013-11-211-0/+63
It turns out that only the check-copyright-year script was exiting properly, but it was not doing the deferred exit that other tests were doing. Other tests would set errors=1, then later check the result and exit if it's non-zero, however the errors variable was set in a sub-shell, since it was on the right-hand side of a pipe.