From: Witold Filipczyk Date: Fri, 18 Aug 2023 09:20:46 +0000 (+0200) Subject: - cd build (no idea how to run ctest without chdir) X-Git-Tag: auto/th/kf5-extra-cmake-modules-5.109.0-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2Fkf5-extra-cmake-modules.git;a=commitdiff_plain;h=b4c82a7342ea704acaa821636faa0a63af40ded1 - cd build (no idea how to run ctest without chdir) --- diff --git a/kf5-extra-cmake-modules.spec b/kf5-extra-cmake-modules.spec index 12825b1..ef6a3ec 100644 --- a/kf5-extra-cmake-modules.spec +++ b/kf5-extra-cmake-modules.spec @@ -93,7 +93,8 @@ Dokumentacja API dla %{orgname}. %if %{with tests} # GenerateSipBindings wants clang and has libclang checks incompatible with libclang >= 4 # ECMPoQmToolsTest fails to build it's own moc file -ctest --build-run-dir build -E '(GenerateSipBindings|ECMPoQmToolsTest)' --output-on-failure +cd build +ctest -E '(GenerateSipBindings|ECMPoQmToolsTest)' --output-on-failure %endif %install