File: disable-internet-tests.patch

package info (click to toggle)
golang-github-go-ldap-ldap 2.4.1-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 316 kB
  • sloc: makefile: 30; sh: 1
file content (17 lines) | stat: -rw-r--r-- 499 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Disable functional tests by default
 We are disabling this set of tests because they require
 internet connection. Users that still want to run them, maybe
 because they are working on this library, may still do so using
 the functional-ldap-tests build tag.
Applied-Upstream: not-needed
Author: Alexandre Viau <alexandre@alexandreviau.net>
Last-Update: 2016-03-21

--- a/ldap_test.go
+++ b/ldap_test.go
@@ -1,3 +1,5 @@
+// +build functional-ldap-tests
+
 package ldap_test
 
 import (