Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-11 | tests: System tests really parameterize 'current-guix-package'. | Ludovic Courtès | |
Until now, 'current-guix-package' was parameterized in the wrong context. Thus, 'current-guix' would end up building a variant of the 'guix' package instead of the package returned by 'channel-source->package', which is much less expensive to build. * etc/system-tests.scm (mparameterize): New macro. (tests-for-current-guix): Change the 'value' field of each <system-test> record to parameterize 'current-guix-package' for good. | |||
2020-03-23 | tests: Use the same source as ci.guix.gnu.org. | Ludovic Courtès | |
* etc/system-tests.scm (system-test-manifest): In 'local-file' call, use a name that is a function of COMMIT to match what Cuirass does. |