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 a55852a commit 4d787afCopy full SHA for 4d787af
packaging/skupper-router.spec.rpkg
@@ -136,8 +136,8 @@ cd %{_builddir}/skupper-router
136
%cmake_install
137
138
%check
139
-cd %{_builddir}/skupper-router
140
-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}
141
142
%files
143
/usr/sbin/skrouterd
0 commit comments