From 8d11e938db22173fccdc51e9ca5f2e9da1fde5e8 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) --- php56.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php56.spec') 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 -- cgit