Some more debug for Travis

This commit is contained in:
nathangray 2018-05-03 14:31:48 -06:00
parent 1ee1c15e75
commit fba069e4b6

View File

@ -32,7 +32,7 @@ class SharingTest extends SharingBase
public function testHomeReadonly()
{
$dir = Vfs::get_home_dir().'/';
error_log(__METHOD__ . " Dir: $dir");
$this->checkDirectory($dir, Sharing::READONLY);
}