Skip to content
Snippets Groups Projects
Commit 79a867af authored by Robin Appelman's avatar Robin Appelman
Browse files

prevent forking during test

parent 51a02340
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ class SetupWizard {
1 => ["pipe", "w"],
];
$pipes = [];
$proc = proc_open("$path $config", $descriptorSpec, $pipes, null, [
$proc = proc_open("exec $path $config", $descriptorSpec, $pipes, null, [
'PORT' => 7867,
]);
// give the server some time to start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment