diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2021-10-04 07:56:32 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2021-10-04 07:56:32 +0300 |
commit | 20461bee63b86477aac77f630c459b714c23921e (patch) | |
tree | 99b7ed9f5f7ea3e6194a44ca4e37413a48fea20a /community/php7-brotli/APKBUILD | |
parent | e17ac916bcc6a0c9374365edee633c06838db60b (diff) | |
download | aports-20461bee63b86477aac77f630c459b714c23921e.tar.gz aports-20461bee63b86477aac77f630c459b714c23921e.tar.bz2 aports-20461bee63b86477aac77f630c459b714c23921e.tar.xz |
community/php7-brotli: fix cgi tests
Diffstat (limited to 'community/php7-brotli/APKBUILD')
-rw-r--r-- | community/php7-brotli/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/php7-brotli/APKBUILD b/community/php7-brotli/APKBUILD index b6f55265bd..815016caa3 100644 --- a/community/php7-brotli/APKBUILD +++ b/community/php7-brotli/APKBUILD @@ -24,7 +24,8 @@ build() { } check() { - make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 SKIP_ONLINE_TESTS=1 test + make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 SKIP_ONLINE_TESTS=1 test \ + TEST_PHP_CGI_EXECUTABLE=/usr/bin/php-cgi7 TESTS=--show-diff } package() { |