File: 0004-Disable-running-tests-that-require-the-kernel-module.patch

package info (click to toggle)
freediameter 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,176 kB
  • sloc: ansic: 74,390; yacc: 3,340; lex: 1,937; cpp: 1,579; xml: 795; php: 486; makefile: 463; python: 443; sql: 337; sh: 242; perl: 105
file content (28 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Sun, 26 Aug 2018 10:37:23 +0200
Subject: Disable running tests that require the kernel module sctp

---
 tests/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index eaaaa94..2874fbf 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -19,7 +19,6 @@ ENDIF(OPT_TEST_ARGUMENTS)
 #############################
 # List the test cases
 SET(TEST_LIST
-	testsctp
 	testostr
 	testfifo
 	testpeers
@@ -28,7 +27,6 @@ SET(TEST_LIST
 	testmesg_stress
 	testsess
 	testdisp
-	testcnx
 	testloadext
 )