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 88c7010 commit 2715b10Copy full SHA for 2715b10
Rakefile
@@ -39,6 +39,8 @@ 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("$(phpenv which php) tests/integration/fcgiget.php localhost:9000/home/vagrant/php-protocolbuffers/tests/integration/test.php")
+
43
+ cmd_run("$(phpenv which php) tests/integration/fcgiget.php localhost:9000/home/vagrant/chobie/php-protocolbuffers/tests/integration/test.php")
44
45
end
46
0 commit comments