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