We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94b2ab commit 7c7e13eCopy full SHA for 7c7e13e
packaging/skupper-router.spec.rpkg
@@ -138,8 +138,8 @@ cd %{_builddir}/skupper-router
138
%cmake_install
139
140
%check
141
-cd %{_builddir}/skupper-router
142
-PYTHONPATH="%{buildroot}/usr/lib/skupper-router/python/" %ctest
+cd %{_builddir}/skupper-router/%{__cmake_builddir}
+PYTHONPATH="%{buildroot}/usr/lib/skupper-router/python/" %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags}
143
144
%files
145
/usr/sbin/skrouterd
0 commit comments