File: disable-test.patch

package info (click to toggle)
node-starttls 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 124 kB
  • sloc: javascript: 194; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: do not run test, see README.Debian
Author: Thorsten Alteholz <debian@alteholz.de>
Index: node-starttls/Makefile
===================================================================
--- node-starttls.orig/Makefile	2017-09-15 14:26:01.331174694 +0200
+++ node-starttls/Makefile	2017-09-15 14:26:37.808797772 +0200
@@ -1,7 +1,3 @@
 test: lib/*.js
-	mocha \
-		--reporter dot \
-		--check-leaks \
-		--ui tdd
 
 .PHONY: test