[neon/backports-focal/cmake/Neon/release] debian: exclude some tests that do not compile

Jonathan Riddell null at kde.org
Thu Oct 21 15:31:27 BST 2021


Git commit 82c4b9849ec5ae542446896c65b7f1612a67672d by Jonathan Riddell.
Committed on 21/10/2021 at 14:31.
Pushed by jriddell into branch 'Neon/release'.

exclude some tests that do not compile

M  +1    -1    debian/rules

https://invent.kde.org/neon/backports-focal/cmake/commit/82c4b9849ec5ae542446896c65b7f1612a67672d

diff --git a/debian/rules b/debian/rules
index f39135f0..1dd4da1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,7 +72,7 @@ ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
     # Workaround for Bug #815231: skip spuriously failing tests
     EXCLUDED_TESTS = CTestTestUpload\|curl\|kwsys.testSystemTools\|BuildDepends\|RunCMake.Configure
 else
-    EXCLUDED_TESTS = CTestTestUpload\|curl
+    EXCLUDED_TESTS = CTestTestUpload\|curl\|CMakeOnly.AllFindModules\|RunCMake.FileAPI\|RunCMake.CPack_RPM
 endif
 
 override_dh_auto_test:


More information about the Neon-commits mailing list