fish.spec: use fish_run_tests as test target

Old version of CMake seem to have trouble connecting the standard test
target with the need to build the fish_tests binary; use the target that
has been added specifically for this purpose instead.
This commit is contained in:
David Adam 2022-06-08 18:30:29 +08:00
parent 0ea6703661
commit 26bf77962b

View File

@ -88,7 +88,7 @@ cp -a CONTRIBUTING.rst %{buildroot}%{_datadir}/doc/fish/
%if 0%{?__builddir:1}
cd %__builddir
%endif
make test SHOW_INTERACTIVE_LOG=1
make fish_run_tests SHOW_INTERACTIVE_LOG=1
%clean
rm -rf $RPM_BUILD_ROOT