summaryrefslogtreecommitdiff
path: root/check
Commit message (Collapse)AuthorAgeFilesLines
* Make ./check check for long lines (with excptions); fix long linesLars Wirzenius2012-02-271-1/+13
|
* Expand TAB characters and make check check for themLars Wirzenius2012-02-271-0/+13
|
* Add checking of years in copyright statments to ./checkLars Wirzenius2012-02-271-1/+7
|
* add ldconfig location(s) to PATH before running itLars Wirzenius2012-01-111-2/+1
| | | | | | | | Previously, we required the caller to add /usr/sbin (or other possible locations for ldconfig) to PATH before invoking morph. This was inconvenient, so now morph adds the FHS-compliant possible locations itself, to save the caller a bit of pain.
* stop morph from using fakeroot and sudoLars Wirzenius2012-01-111-1/+2
| | | | | | | | | | | | | Instead, assume the whole build will be run, by the user, under fakeroot or sudo (the latter for system image builds). This allows us to run all non-system-image-build tests without root access at all. We now always create the cache directory, if missing, even if we're running as root. We no longer run ldconfig if ld.so.conf is missing. It is missing during our tests, but is (now) created by fhs-dirs for real builds.
* Fix tests to reflect changesRichard Maw2011-12-091-1/+1
| | | | | | | | bins now takes an Execute, so the test needed to be changed to also pass one Execute had to be changed to ignore a statement from coverage Also fixed Execute.runv not outputting its error. I think it is not logged this way, but it does get output like it was before. Also check no longer runs cmdtest from the home directory.
* add script to run test suiteLars Wirzenius2011-12-011-0/+23