summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-24 15:10:45 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-24 15:10:45 +0200
commita5b8e6d38406f7147a68bdbb394d2b05055a36d3 (patch)
tree5f998d2bce53bbcf1de8fd07a51691cdd2cdf8f0
parent55cdacc78881cf064a5a5f165e0defbbbf592749 (diff)
php: don't run test for bootstrap build (really)
-rw-r--r--php55.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php55.spec b/php55.spec
index b75e98f..f4e9227 100644
--- a/php55.spec
+++ b/php55.spec
@@ -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