mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Some more debug for Travis
This commit is contained in:
parent
bd570c3676
commit
c8ddbe0680
@ -81,7 +81,21 @@ class SharingBase extends LoggedInTest
|
|||||||
$backup = Vfs::$is_root;
|
$backup = Vfs::$is_root;
|
||||||
Vfs::$is_root = true;
|
Vfs::$is_root = true;
|
||||||
|
|
||||||
|
if(static::LOG_LEVEL > 1)
|
||||||
|
{
|
||||||
|
error_log($this->getName() . ' files for removal:');
|
||||||
|
error_log(implode("\n",$this->files));
|
||||||
|
error_log($this->getName() . ' mounts for removal:');
|
||||||
|
error_log(implode("\n",$this->mounts));
|
||||||
|
error_log($this->getName() . ' shares for removal:');
|
||||||
|
error_log(implode("\n",$this->shares));
|
||||||
|
}
|
||||||
|
|
||||||
// Remove any added files (as root to limit versioning issues)
|
// Remove any added files (as root to limit versioning issues)
|
||||||
|
if(in_array('/',$this->files))
|
||||||
|
{
|
||||||
|
$this->fail('Tried to remove root');
|
||||||
|
}
|
||||||
Vfs::remove($this->files);
|
Vfs::remove($this->files);
|
||||||
|
|
||||||
// Remove any mounts
|
// Remove any mounts
|
||||||
|
Loading…
Reference in New Issue
Block a user