summaryrefslogtreecommitdiff
path: root/tests/guix-lint.sh
AgeCommit message (Collapse)Author
2015-01-28lint: Fix argument parsing when several packages are specified.Ludovic Courtès
* guix/scripts/lint.scm (%options) <--checkers>: Remove 'arg-handler' parameter, and return a single value. (guix-lint)[parse-options]: Remove 'arg-handler' parameter from handlers. Remove second seed to 'args-fold*'. * tests/guix-lint.sh: Add test.
2014-11-06tests: Avoid Bash extension in 'tests/guix-lint.sh'.Ludovic Courtès
* tests/guix-lint.sh: Remove redundant and non-portable 'export'.
2014-10-28build: Adjust lint tests for latest rules.Eric Bavier
* tests/guix-lint.sh (dummy)[description]: Add failing case. [doc]: Adjust.
2014-10-16guix lint: add the --checkers option.Cyril Roelandt
* guix/scripts/lint.scm: add the "--checkers" option. * doc/guix.texi (Invoking guix lint): Document it. * tests/guix-lint.sh: New file * Makefile.am (SCM_TESTS): Add it.