summaryrefslogtreecommitdiff
path: root/scripts/check-silliness
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright header in check-silliness scriptRichard Maw2014-04-221-1/+1
| | | | | Reviewed-by: Pedro Alvarez Rubber-stamped-by: Richard Maw
* Fix check-silliness' use of awk length functionLars Wirzenius2014-04-171-2/+2
| | | | | | | Posix took away using length without (). Reviewed-by: Richard Maw Reviewed-by: Daniel Silverstone
* 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.