about summary refs log tree commit diff
path: root/tests/check-refs.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-08-28 Add disallowedReferences / disallowedRequisitesEelco Dolstra1-0/+6
For the "stdenv accidentally referring to bootstrap-tools", it seems easier to specify the path that we don't want to depend on, e.g. disallowedRequisites = [ bootstrapTools ];
2014-08-21 Fix testsEelco Dolstra1-8/+6
So all these years I was totally deluded about the meaning of "set -e". You might think that it causes statements like "false && true" or "! true" to fail, but it doesn't...
2011-10-10 * Refactoring: remove unnecessary variables from the tests.Eelco Dolstra1-14/+14
2006-10-19 * Checks for allowedReferences and some other features.Eelco Dolstra1-0/+36
* Use nix-build in a test.