diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-24 15:10:45 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-24 15:10:45 +0200 |
commit | a5b8e6d38406f7147a68bdbb394d2b05055a36d3 (patch) | |
tree | 5f998d2bce53bbcf1de8fd07a51691cdd2cdf8f0 | |
parent | 55cdacc78881cf064a5a5f165e0defbbbf592749 (diff) |
php: don't run test for bootstrap build (really)
-rw-r--r-- | php55.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ # Regression tests take a long time, you can skip 'em with this %if %{php_bootstrap} -%{!?runselftest: %global runselftest 0} +%global runselftest 0 %else %{!?runselftest: %global runselftest 1} %endif |