summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2017-08-29 16:02:50 +0530
committerArun Isaac <arunisaac@systemreboot.net>2017-09-01 11:14:16 +0530
commita0596a2f27c339bcb4c5d3f2ffc8d6df38ff7947 (patch)
tree4c7464a39a093903a88d5a6520011ca068028e4b /gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch
parentf618086220106a15842fce9b4cbe1525a1473f42 (diff)
downloadguix-patches-a0596a2f27c339bcb4c5d3f2ffc8d6df38ff7947.tar
guix-patches-a0596a2f27c339bcb4c5d3f2ffc8d6df38ff7947.tar.gz
gnu: python2-larch: Enable tests.
* gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python2-larch)[source]: Use it. [arguments]: Move 'check' phase to before 'build' phase.
Diffstat (limited to 'gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch')
-rw-r--r--gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch b/gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch
new file mode 100644
index 0000000000..f1db5d7c3b
--- /dev/null
+++ b/gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch
@@ -0,0 +1,29 @@
+From ca548da9ba78ddee90779051210e3e89185e4f7d Mon Sep 17 00:00:00 2001
+From: Michel Alexandre Salim <michel@michel-slm.name>
+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
+