mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
Debug tests.
This commit is contained in:
parent
b64c56cb40
commit
00f74f2998
@ -96,6 +96,7 @@ class CommonTest extends RecipeTester
|
||||
$this->exec('deploy:symlink');
|
||||
|
||||
$this->assertTrue(realpath($this->getEnv('deploy_path') . '/current') !== false);
|
||||
print_r(scandir($this->getEnv('deploy_path')));
|
||||
$this->assertFalse(file_exists($this->getEnv('deploy_path') . '/release'), 'Symlink to release directory must gone after deploy:symlink.');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user