SHA256
3
0
forked from pool/cmake

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
This commit is contained in:
Simon Lees 2019-02-18 08:54:21 +00:00 committed by Git OBS Bridge
parent 8fd193cfd6
commit 451f652e0f
2 changed files with 7 additions and 2 deletions

View File

@ -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 <mpluskal@suse.com> Fri Feb 15 09:22:35 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -56,7 +56,7 @@
%cmake_install \ %cmake_install \
DESTDIR=%{buildroot} %__builder install -C %__builddir DESTDIR=%{buildroot} %__builder install -C %__builddir
%ctest \ %ctest(:-:) \
cd %__builddir \ cd %__builddir \
%__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} \ %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %** \
cd .. cd ..