From a5b8e6d38406f7147a68bdbb394d2b05055a36d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Apr 2014 15:10:45 +0200 Subject: php: don't run test for bootstrap build (really) --- php55.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit