]> git.pld-linux.org Git - packages/php-pecl-igbinary.git/commitdiff
force proper php test executable
authorElan Ruusamäe <glen@delfi.ee>
Sun, 23 Jun 2013 10:27:29 +0000 (13:27 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 23 Jun 2013 10:27:29 +0000 (13:27 +0300)
php-pecl-igbinary.spec

index b63c812d5ac1a6afc9e2f65eefe50081de3db066..fede05d5fece20d54d80ad6662a6cf835a14cf72 100644 (file)
@@ -77,7 +77,8 @@ grep %{modname} modules.log
 cat <<'EOF' > run-tests.sh
 #!/bin/sh
 %{__make} test \
-       PHP_TEST_SHARED_SYSTEM_EXTENSIONS="pcre spl session" \
+       PHP_EXECUTABLE=%{__php} \
+       PHP_TEST_SHARED_SYSTEM_EXTENSIONS="simplexml pcre spl session" \
        RUN_TESTS_SETTINGS="-q $*"
 EOF
 
This page took 0.147786 seconds and 4 git commands to generate.