Skip to content

Commit

Permalink
fish.spec/.builds: drop SHOW_INTERACTIVE_LOG
Browse files Browse the repository at this point in the history
This was only used with expect, which is long gone from the codebase.
  • Loading branch information
zanchey committed Jun 8, 2022
1 parent 26bf779 commit efe4083
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .builds/alpine.yml
Expand Up @@ -22,4 +22,4 @@ tasks:
ninja
- test: |
cd fish/build
env SHOW_INTERACTIVE_LOG=1 ninja test
env ninja test
2 changes: 1 addition & 1 deletion .builds/arch.yml
Expand Up @@ -19,4 +19,4 @@ tasks:
ninja
- test: |
cd fish/build
env SHOW_INTERACTIVE_LOG=1 ninja test
env ninja test
2 changes: 1 addition & 1 deletion .builds/freebsd.yml
Expand Up @@ -23,4 +23,4 @@ tasks:
gmake -j2
- test: |
cd fish/build
gmake test SHOW_INTERACTIVE_LOG=1
gmake test
2 changes: 1 addition & 1 deletion fish.spec.in
Expand Up @@ -88,7 +88,7 @@ cp -a CONTRIBUTING.rst %{buildroot}%{_datadir}/doc/fish/
%if 0%{?__builddir:1}
cd %__builddir
%endif
make fish_run_tests SHOW_INTERACTIVE_LOG=1
make fish_run_tests

%clean
rm -rf $RPM_BUILD_ROOT
Expand Down

0 comments on commit efe4083

Please sign in to comment.