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