mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
Fixed TravisTest pipes
This commit is contained in:
@ -20,9 +20,9 @@
|
||||
*/
|
||||
|
||||
$server = proc_open("php src/pocketmine/PocketMine.php --no-wizard --disable-readline", [
|
||||
0 => ["pipe", "w"],
|
||||
0 => ["pipe", "r"],
|
||||
1 => ["file", "php://stdout", "w"],
|
||||
2 => ["pipe", "r"]
|
||||
2 => ["pipe", "w"]
|
||||
], $pipes);
|
||||
|
||||
fwrite($pipes[0], "version\nmakeserver\nstop\n\n");
|
||||
|
Reference in New Issue
Block a user