mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
fish.spec/.builds: drop SHOW_INTERACTIVE_LOG
This was only used with expect, which is long gone from the codebase.
This commit is contained in:
parent
26bf77962b
commit
efe4083dce
4 changed files with 4 additions and 4 deletions
|
@ -22,4 +22,4 @@ tasks:
|
||||||
ninja
|
ninja
|
||||||
- test: |
|
- test: |
|
||||||
cd fish/build
|
cd fish/build
|
||||||
env SHOW_INTERACTIVE_LOG=1 ninja test
|
env ninja test
|
||||||
|
|
|
@ -19,4 +19,4 @@ tasks:
|
||||||
ninja
|
ninja
|
||||||
- test: |
|
- test: |
|
||||||
cd fish/build
|
cd fish/build
|
||||||
env SHOW_INTERACTIVE_LOG=1 ninja test
|
env ninja test
|
||||||
|
|
|
@ -23,4 +23,4 @@ tasks:
|
||||||
gmake -j2
|
gmake -j2
|
||||||
- test: |
|
- test: |
|
||||||
cd fish/build
|
cd fish/build
|
||||||
gmake test SHOW_INTERACTIVE_LOG=1
|
gmake test
|
||||||
|
|
|
@ -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 fish_run_tests SHOW_INTERACTIVE_LOG=1
|
make fish_run_tests
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
Loading…
Reference in a new issue