From 451f652e0f85f839003af5923fde801ba8d715425b27be31f0442495da6a8434 Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Mon, 18 Feb 2019 08:54:21 +0000 Subject: [PATCH] Accepting request 676950 from home:Andreas_Schwab:Factory - Pass arguments of %ctest macro down to ctest OBS-URL: https://build.opensuse.org/request/show/676950 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=350 --- cmake.changes | 5 +++++ cmake.macros | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cmake.changes b/cmake.changes index 7f96375..ddbdbb0 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 18 08:42:05 UTC 2019 - schwab@suse.de + +- Pass arguments of %ctest macro down to ctest + ------------------------------------------------------------------- Fri Feb 15 09:22:35 UTC 2019 - Martin Pluskal diff --git a/cmake.macros b/cmake.macros index 7b1057e..0e1a7f7 100644 --- a/cmake.macros +++ b/cmake.macros @@ -56,7 +56,7 @@ %cmake_install \ DESTDIR=%{buildroot} %__builder install -C %__builddir -%ctest \ +%ctest(:-:) \ cd %__builddir \ - %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} \ + %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %** \ cd ..