From ca548da9ba78ddee90779051210e3e89185e4f7d Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Mon, 15 Feb 2016 23:03:42 +0700 Subject: coverage-4.0a6 compatibility coverage 4.0a6 no longer generates .coverage file, so use -f when deleting .coverage to ensure deletion does not fail. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7818f57..362c07f 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ fsck-larch.1: fsck-larch.1.in fsck-larch check: python -m CoverageTestRunner --ignore-missing-from=without-tests - rm .coverage + rm -f .coverage ./insert-remove-test tempdir 100 rm -r tempdir larch.log cmdtest tests -- cgit v1.1 oszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/texlive.scm
AgeCommit message (Expand)Author
2022-07-22tests: Adjust texlive importer tests....This is a follow-up to commit be7b314f3fe22273e935accac22f313e44d3d970. * tests/texlive.scm: Add version field to expected output. Ricardo Wurmus
2022-01-13import: texlive: Remove labels from 'propagated-inputs' field....* guix/import/texlive.scm (tlpdb->package): Remove labels from 'propagated-inputs' field. * tests/texlive.scm ("texlive->guix-package"): Adjust accordingly. Ludovic Courtès
2022-01-11tests: Fix texlive test by sorting locations....* tests/texlive.scm ("texlive->guix-package"): Correct order of locations. Ricardo Wurmus
2021-11-18tests: Replace texlive importer tests....* tests/texlive.scm (xml, sxml): Remove variables. ("fetch-sxml: returns SXML for valid XML", "sxml->package"): Remove tests. ("texlive->guix-package"): Add new test. Ricardo Wurmus