From 6ed8e7460a1dcfb15e6d4881fbbac9fee213ce44 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Feb 2018 10:49:00 +0100 Subject: don't run test suite (instead of ignoring results) --- php-symfony3.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/php-symfony3.spec b/php-symfony3.spec index 1d78506..7d237e8 100644 --- a/php-symfony3.spec +++ b/php-symfony3.spec @@ -103,8 +103,8 @@ %global twig_min_ver 1.34 %global twig_max_ver 3.0 -# Build using "--without tests" to disable tests -%global with_tests 0%{!?_without_tests:1} +# Build using "--with tests" to enable tests +%global with_tests 0%{?_with_tests:1} %global with_sensio_framework_extra_bundle 0 @@ -117,7 +117,7 @@ Name: php-%{composer_project}3 Version: %{github_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Symfony PHP framework (version 3) Group: Development/Libraries @@ -2759,8 +2759,9 @@ done # ############################################################################## %changelog -* Thu Feb 22 2018 Remi Collet - 3.3.16-3 +* Thu Feb 22 2018 Remi Collet - 3.3.16-4 - fix dependency autoloader +- don't run test suite (instead of ignoring results) * Mon Jan 29 2018 Remi Collet - 3.3.16-1 - Update to 3.3.16 -- cgit