diff options
| author | Remi Collet <remi@remirepo.net> | 2018-02-22 10:49:00 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-02-22 10:49:00 +0100 | 
| commit | 6ed8e7460a1dcfb15e6d4881fbbac9fee213ce44 (patch) | |
| tree | d181b3a4847bf443046b9196da08a22c67d3bcd6 | |
| parent | 38d8610438569070746a9ed5dcccdecce6b15420 (diff) | |
don't run test suite (instead of ignoring results)
| -rw-r--r-- | php-symfony3.spec | 9 | 
1 files 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 <remi@remirepo.net> - 3.3.16-3 +* Thu Feb 22 2018 Remi Collet <remi@remirepo.net> - 3.3.16-4  - fix dependency autoloader +- don't run test suite (instead of ignoring results)  * Mon Jan 29 2018 Remi Collet <remi@remirepo.net> - 3.3.16-1  - Update to 3.3.16 | 
