mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
fish.spec: run tests with SHOW_INTERACTIVE_LOG=1
This commit is contained in:
parent
6c9065e9ef
commit
455959ae7a
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ make %{?_smp_mflags}
|
||||||
%if 0%{?__builddir:1}
|
%if 0%{?__builddir:1}
|
||||||
cd %__builddir
|
cd %__builddir
|
||||||
%endif
|
%endif
|
||||||
make test
|
make test SHOW_INTERACTIVE_LOG=1
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
Loading…
Reference in a new issue