Skip to content

Commit 2715b10

Browse files
committed
adjust fpm
1 parent 88c7010 commit 2715b10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ task :integration do
3939
sh "sudo cp tests/integration/php-fpm.conf ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf"
4040
sh "sudo ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm"
4141
sleep 1
42-
cmd_run("$(phpenv which php) tests/integration/fcgiget.php localhost:9000/home/vagrant/php-protocolbuffers/tests/integration/test.php")
42+
43+
cmd_run("$(phpenv which php) tests/integration/fcgiget.php localhost:9000/home/vagrant/chobie/php-protocolbuffers/tests/integration/test.php")
44+
cmd_run("$(phpenv which php) tests/integration/fcgiget.php localhost:9000/home/vagrant/chobie/php-protocolbuffers/tests/integration/test.php")
4345
end
4446
end

0 commit comments

Comments
 (0)