File: 0012-disable-PODSPELL-test-that-fails-on-salsa.patch

package info (click to toggle)
os-autoinst 5.1753993900.1487e479-1~bpo13%2B1
  • links: PTS, VCS
  • area: main
  • in suites: trixie-backports
  • size: 49,732 kB
  • sloc: perl: 24,558; cpp: 1,646; sh: 464; python: 232; makefile: 77; xml: 59
file content (21 lines) | stat: -rw-r--r-- 614 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
20
21
From: Philip Hands <phil@hands.com>
Date: Sun, 15 Jun 2025 20:00:13 +0200
Subject: disable PODSPELL test that fails on salsa

---
 cmake/test-targets.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/test-targets.cmake b/cmake/test-targets.cmake
index c0721ec..ffc320b 100644
--- a/cmake/test-targets.cmake
+++ b/cmake/test-targets.cmake
@@ -78,7 +78,7 @@ else ()
 endif ()
 
 # add spell checking for test API documentation
-find_program(PODSPELL_PATH podspell)
+#find_program(PODSPELL_PATH podspell)
 find_program(SPELL_PATH spell)
 if (PODSPELL_PATH AND SPELL_PATH)
     add_test(