mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 17:43:44 +08:00
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:
parent
0ea6703661
commit
26bf77962b
|
@ -88,7 +88,7 @@ cp -a CONTRIBUTING.rst %{buildroot}%{_datadir}/doc/fish/
|
||||||
%if 0%{?__builddir:1}
|
%if 0%{?__builddir:1}
|
||||||
cd %__builddir
|
cd %__builddir
|
||||||
%endif
|
%endif
|
||||||
make test SHOW_INTERACTIVE_LOG=1
|
make fish_run_tests SHOW_INTERACTIVE_LOG=1
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
Loading…
Reference in New Issue
Block a user