blob: b41f12a3849ef5b56e7ba150c5ae22100a756e45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Disable all git-related tests. Those probably fail because the source
tarball doesn't ship the `.git` directory. Needs further investigation.
diff -upr cloc-1.80.orig/Unix/Makefile cloc-1.80/Unix/Makefile
--- cloc-1.80.orig/Unix/Makefile 2018-10-06 18:14:59.066930304 +0200
+++ cloc-1.80/Unix/Makefile 2018-10-06 18:15:06.760329821 +0200
@@ -95,8 +95,6 @@ test-pod:
# Rule: test-code - Check that the counter works
test-code:
t/00_C.t
- t/02_git.t
- t/01_opts.t
# Rule: test - Run tests
test: test-perl test-pod test-code
|