Skip to content

Commit 33fa3d5

Browse files
committed
Update task.php
1 parent a050376 commit 33fa3d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

task.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
if (empty($test)) {
5353
system($phpUnitPath);
5454
} else {
55-
system(sprintf('cd test && "%s" %sTest --repeat 100', $phpUnitPath, $test));
55+
system(sprintf('"%s" test%s%sTest --repeat 100', $phpUnitPath, DIRECTORY_SEPARATOR, $test));
5656
}
5757
});
5858

0 commit comments

Comments
 (0)