From 455959ae7afcf3f33bd4700f18a0ec3da73c3271 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sat, 12 Jan 2019 00:06:27 +0800 Subject: [PATCH] fish.spec: run tests with SHOW_INTERACTIVE_LOG=1 --- fish.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish.spec.in b/fish.spec.in index d295e7749..e6eabacb1 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -81,7 +81,7 @@ make %{?_smp_mflags} %if 0%{?__builddir:1} cd %__builddir %endif -make test +make test SHOW_INTERACTIVE_LOG=1 %clean rm -rf $RPM_BUILD_ROOT