From 90237d10a38139d2110df61a4f375fa9b88c3bfa67a1e3552bc090a796abf466 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jul 2024 08:23:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=594 --- cmake.changes | 5 ----- cmake.macros | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/cmake.changes b/cmake.changes index c21b62e..a5b5cae 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Sat Jul 6 12:49:27 UTC 2024 - Dirk Müller - -- convert ctest to skip first non-parmetic parameter - ------------------------------------------------------------------- Wed Jul 3 05:50:53 UTC 2024 - Christoph G diff --git a/cmake.macros b/cmake.macros index cf46ca9..181e098 100644 --- a/cmake.macros +++ b/cmake.macros @@ -78,5 +78,5 @@ %ctest(:-:) \ cd %__builddir && \ - %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %* ; \ + %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %** ; \ cd ..