~ruther/guix-local

ref: 8322749a1cf7ad2ae64dab6367bc8ca4d380f778 guix-local/gnu/packages/patches/python-rarfile-fix-tests.patch -rw-r--r-- 264 bytes
8322749a — Hartmut Goebel gnu: python-urllib3: update comment. 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__