[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70031] [PATCH v2 38/65] gnu: simgear: Use #:test-exclude.
From: |
Greg Hogan |
Subject: |
[bug#70031] [PATCH v2 38/65] gnu: simgear: Use #:test-exclude. |
Date: |
Tue, 22 Oct 2024 18:09:28 +0000 |
* gnu/packages/games.scm (simgear)[arguments]
<#:test-exclude>: Move exclude regex here from 'check phase.
<#:phases>: Remove 'check phase.
Change-Id: I3ac389580949f8edafca5768335d491a2ea86650
---
gnu/packages/games.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c594b8ac2a..d0dcc64289 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9801,13 +9801,7 @@ (define simgear
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DSYSTEM_EXPAT=ON")
- #:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- ;; Skip tests that require internet access.
- (invoke "ctest" "-E" "(http|dns)")))))))
+ #:test-exclude "(http|dns)"))
(inputs
`(("boost" ,boost)
("curl" ,curl)
--
2.46.1
- [bug#70031] [PATCH v2 18/65] gnu: inkscape/stable: Fix tests., (continued)
- [bug#70031] [PATCH v2 18/65] gnu: inkscape/stable: Fix tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 22/65] gnu: cpp-httplib: Disable parallel tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 23/65] gnu: evolution-data-server: Disable parallel tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 24/65] gnu: kservice: Disable parallel tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 30/65] gnu: vulkan-loader: Disable parallel tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 10/65] build-system/cmake: Optionally build tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 15/65] gnu: fish: Fix tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 35/65] gnu: nextcloud-client: Use #:test-exclude., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 37/65] gnu: qxmpp: Use #:test-exclude., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 42/65] gnu: entangle: Pin CMake dependency., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 38/65] gnu: simgear: Use #:test-exclude.,
Greg Hogan <=
- [bug#70031] [PATCH v2 43/65] gnu: go-mvdan-cc-editorconfig: Pin CMake dependency., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 46/65] gnu: lxi-tools: Pin CMake dependency., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 17/65] gnu: inkscape: Fix tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 20/65] gnu: kirigami-5: Disable tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 21/65] gnu: vigra: Fix tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 27/65] gnu: mbedtls-lts: Disable parallel tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 25/65] gnu: libical: Disable parallel tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 28/65] gnu: scotch: Disable parallel tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 29/65] gnu: srt: Disable parallel tests., Greg Hogan, 2024/10/22
- [bug#70031] [PATCH v2 31/65] gnu: websocketpp: Disable parallel tests., Greg Hogan, 2024/10/22