~ruther/guix-local

ref: e2bb2e1780ce875cc03cd5cc559f1dbc528d6f8e guix-local/gnu/packages/patches/python-rarfile-fix-tests.patch -rw-r--r-- 264 bytes
e2bb2e17 — Ben Woodcroft gnu: ruby-yard: Update to 0.9.5-1.d816482a. 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
There is no test.sh, but there are test1.sh and test2.sh.

diff --git a/test/Makefile b/test/Makefile
index 027bc5f..5383db3 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,6 @@
 test:
-	./test.sh
+	./test1.sh
+	./test2.sh
 
 clean:
 	rm -rf __pycache__