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.
2 parents 8699da6 + 71b9087 commit 4dc7795Copy full SHA for 4dc7795
run-tests.php
@@ -1158,7 +1158,7 @@ function system_with_timeout(
1158
// and on Windows quotes are discarded, this is a fix to honor the quotes and allow values containing
1159
// spaces like '"C:\Program Files\PHP\php.exe"' to be passed as 1 argument correctly
1160
if (IS_WINDOWS) {
1161
- $commandline = 'start "" /b /wait ' . $commandline;
+ $commandline = 'start "" /b /wait ' . $commandline . ' & exit';
1162
}
1163
1164
$data = '';
0 commit comments