mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +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}
|
||||
cd %__builddir
|
||||
%endif
|
||||
make test SHOW_INTERACTIVE_LOG=1
|
||||
make fish_run_tests SHOW_INTERACTIVE_LOG=1
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
|
Loading…
Reference in New Issue
Block a user