We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef60e61 commit 88c7010Copy full SHA for 88c7010
Rakefile
@@ -39,6 +39,6 @@ task :integration do
39
sh "sudo cp tests/integration/php-fpm.conf ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf"
40
sh "sudo ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm"
41
sleep 1
42
- cmd_run("php tests/integration/fcgiget.php localhost:9000/home/vagrant/php-protocolbuffers/tests/integration/test.php")
+ cmd_run("$(phpenv which php) tests/integration/fcgiget.php localhost:9000/home/vagrant/php-protocolbuffers/tests/integration/test.php")
43
end
44
tests/integration/php-fpm.conf
@@ -4,7 +4,7 @@ log_level = debug
4
5
[www]
6
user = nobody
7
-group = nobody
+group = nogroup
8
listen = 127.0.0.1:9000
9
10
pm = dynamic
0 commit comments