Skip to content

Commit 7c7e13e

Browse files
committed
fixup tests
1 parent a94b2ab commit 7c7e13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/skupper-router.spec.rpkg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ cd %{_builddir}/skupper-router
138138
%cmake_install
139139

140140
%check
141-
cd %{_builddir}/skupper-router
142-
PYTHONPATH="%{buildroot}/usr/lib/skupper-router/python/" %ctest
141+
cd %{_builddir}/skupper-router/%{__cmake_builddir}
142+
PYTHONPATH="%{buildroot}/usr/lib/skupper-router/python/" %__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags}
143143

144144
%files
145145
/usr/sbin/skrouterd

0 commit comments

Comments
 (0)