summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2020-11-26 09:36:46 (GMT)
committerElan Ruusamäe2020-11-26 09:36:46 (GMT)
commit485787f83dc9297da9943884ac58e63e93f101e2 (patch)
tree30e19689da0fa065c2cfb42aaa26c5afc0eb3bfa
parent5d9b9fd6799576b65b6fa12feda61299871e8382 (diff)
downloadphp-pecl-mysql-485787f83dc9297da9943884ac58e63e93f101e2.zip
php-pecl-mysql-485787f83dc9297da9943884ac58e63e93f101e2.tar.gz
Always perform module load test
-rw-r--r--php-pecl-mysql.spec2
1 files changed, 1 insertions, 1 deletions
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