From e094192032353193ec4c7bc21e42cb95d43f8af1 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 12 Oct 2018 11:50:44 +0200 Subject: autotools-latest-automake: enable scl for testsuite --- repos/autotools/autotools-latest/automake/automake.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repos/autotools/autotools-latest/automake/automake.spec b/repos/autotools/autotools-latest/automake/automake.spec index 45351a6..409968b 100644 --- a/repos/autotools/autotools-latest/automake/automake.spec +++ b/repos/autotools/autotools-latest/automake/automake.spec @@ -170,8 +170,10 @@ rmdir %{buildroot}/%{_pkgdocdir} %check # %%global TESTS_FLAGS t/preproc-errmsg t/preproc-basics %if %{with check} +%{?scl_enable} make -k %{?_smp_mflags} check %{?TESTS_FLAGS: TESTS="%{TESTS_FLAGS}"} \ || ( cat ./test-suite.log && false ) +%{?scl_disable} %endif %post -- cgit