[packages/php-pecl-mysql] Always perform module load test
    glen 
    glen at pld-linux.org
       
    Thu Nov 26 10:38:20 CET 2020
    
    
  
commit 485787f83dc9297da9943884ac58e63e93f101e2
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Thu Nov 26 11:36:46 2020 +0200
    Always perform module load test
 php-pecl-mysql.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec
index 647c16e..1dc3626 100644
--- a/php-pecl-mysql.spec
+++ b/php-pecl-mysql.spec
@@ -86,7 +86,6 @@ phpize
 
 %{__make}
 
-%if %{with tests}
 # simple module load test
 %{__php} -n -q \
 	-d extension_dir=modules \
@@ -97,6 +96,7 @@ phpize
 	-m > modules.log
 grep %{modname} modules.log
 
+%if %{with tests}
 ./run-tests.sh --show-diff
 %endif
 
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-mysql.git/commitdiff/8b818a29258cf93b4b5f14082e214c8982e83c1f
    
    
More information about the pld-cvs-commit
mailing list