Skip to content
Snippets Groups Projects

Remove deleteRecursive callback, but I think it might still be needed. Let us...

Merged Adam G-H requested to merge issue/automatic_updates-3429268:3429268-chmod-0777-race into 3.0.x
1 unresolved thread
@@ -470,7 +470,7 @@ class CoreUpdateTest extends UpdateTestBase {
$pattern = '/^Unused stage directory deleted: (.+)$/m';
$matches = [];
preg_match($pattern, $output, $matches);
$this->assertCount(2, $matches);
$this->assertCount(2, $matches, $output);
$this->assertDirectoryDoesNotExist($matches[1]);
// Rerunning the command should exit with a message that no newer version
Loading