summaryrefslogtreecommitdiff
path: root/scripts/check-silliness
Commit message (Collapse)AuthorAgeFilesLines
* Install licensecheck.pl with morphlibAdam Coldrick2015-04-291-6/+12
| | | | Change-Id: If1b156a309236956d7a35136db35a8fd0ab3ad71
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-3/+2
| | | | Change-Id: I992dc0c1d40f563ade56a833162d409b02be90a0
* 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.