From e9eabaa7e2bc6819a1143c1a5b13f456c9d8623a2c0e283537504180a8380398 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Jul 2024 10:09:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=591 --- cmake.macros | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake.macros b/cmake.macros index 8405807..73d7673 100644 --- a/cmake.macros +++ b/cmake.macros @@ -78,4 +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 ..