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
commit8d11e938db22173fccdc51e9ca5f2e9da1fde5e8 (patch)
tree5dcd7717dee99c71693e989ee78ec3c74afc562a
parent804728613c9dc6b2f3a0374aca2be29a46937c84 (diff)
php: don't run test for bootstrap build (really)
-rw-r--r--php56.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php56.spec b/php56.spec
index 0973bbc..02c55b0 100644
--- a/php56.spec
+++ b/php56.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