File: disable-tests.patch

package info (click to toggle)
node-verror 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 272 kB
  • ctags: 143
  • sloc: makefile: 13; sh: 2
file content (19 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/Makefile
+++ b/Makefile
@@ -24,12 +24,12 @@
 
 .PHONY: all
 all:
-	$(NPM) install
+#	$(NPM) install
 
 .PHONY: test
-test: $(CATEST)
-	$(CATEST) -a
+test: #$(CATEST)
+#	$(CATEST) -a
 
 $(CATEST): deps/catest/.git
 
-include ./Makefile.targ
+#include ./Makefile.targ