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 a050376 commit 33fa3d5Copy full SHA for 33fa3d5
1 file changed
task.php
@@ -52,7 +52,7 @@
52
if (empty($test)) {
53
system($phpUnitPath);
54
} else {
55
- system(sprintf('cd test && "%s" %sTest --repeat 100', $phpUnitPath, $test));
+ system(sprintf('"%s" test%s%sTest --repeat 100', $phpUnitPath, DIRECTORY_SEPARATOR, $test));
56
}
57
});
58
0 commit comments