Skip to content

Commit 4f0e8fa

Browse files
committed
fixup tests
1 parent a469e3b commit 4f0e8fa

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
@@ -135,8 +135,8 @@ cd %{_builddir}/skupper-router
135135
%cmake_install
136136

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

141141
%files
142142
/usr/sbin/skrouterd

0 commit comments

Comments
 (0)