From efe4083dce5b4805ed2b36626f8f7555a8d4a395 Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 8 Jun 2022 18:37:35 +0800 Subject: [PATCH] fish.spec/.builds: drop SHOW_INTERACTIVE_LOG This was only used with expect, which is long gone from the codebase. --- .builds/alpine.yml | 2 +- .builds/arch.yml | 2 +- .builds/freebsd.yml | 2 +- fish.spec.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index ca4c7882a..9737f24ec 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -22,4 +22,4 @@ tasks: ninja - test: | cd fish/build - env SHOW_INTERACTIVE_LOG=1 ninja test + env ninja test diff --git a/.builds/arch.yml b/.builds/arch.yml index ede0e5084..8cdb3b830 100644 --- a/.builds/arch.yml +++ b/.builds/arch.yml @@ -19,4 +19,4 @@ tasks: ninja - test: | cd fish/build - env SHOW_INTERACTIVE_LOG=1 ninja test + env ninja test diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 23994b2aa..16b52cbe2 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -23,4 +23,4 @@ tasks: gmake -j2 - test: | cd fish/build - gmake test SHOW_INTERACTIVE_LOG=1 + gmake test diff --git a/fish.spec.in b/fish.spec.in index 45816a3a4..3c480cdc2 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -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