Skip to content

Commit 7c8ec14

Browse files
committed
fixup tests
1 parent e4fae7d commit 7c8ec14

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-
%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)