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 | 8d11e938db22173fccdc51e9ca5f2e9da1fde5e8 (patch) | |
tree | 5dcd7717dee99c71693e989ee78ec3c74afc562a | |
parent | 804728613c9dc6b2f3a0374aca2be29a46937c84 (diff) |
php: don't run test for bootstrap build (really)
-rw-r--r-- | php56.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 |