SHA256
3
0
forked from pool/cmake
Dirk Mueller 2024-07-08 08:23:47 +00:00 committed by Git OBS Bridge
parent c0234c40bc
commit 90237d10a3
2 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Sat Jul 6 12:49:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
- convert ctest to skip first non-parmetic parameter
-------------------------------------------------------------------
Wed Jul 3 05:50:53 UTC 2024 - Christoph G <foss@grueninger.de>

View File

@ -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 ..