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