Skip to content

Commit 4d787af

Browse files
committed
fixup tests
1 parent a55852a commit 4d787af

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

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

142142
%files
143143
/usr/sbin/skrouterd

0 commit comments

Comments
 (0)