Some more debug for Travis

This commit is contained in:
nathangray 2018-05-04 09:37:36 -06:00
parent ba366467b0
commit a7a2092a48
2 changed files with 2 additions and 1 deletions

View File

@ -426,7 +426,7 @@ class SharingBase extends LoggedInTest
// Setup - create path and share // Setup - create path and share
$share = $this->createShare($path, $mode, $extra); $share = $this->createShare($path, $mode, $extra);
$link = Vfs\Sharing::share2link($share); $link = Vfs\Sharing::share2link($share);
//echo __METHOD__ . " link: $link\n"; echo __METHOD__ . " link: $link\n";
if(static::LOG_LEVEL) if(static::LOG_LEVEL)
{ {

View File

@ -33,6 +33,7 @@ class SharingTest extends SharingBase
{ {
$dir = Vfs::get_home_dir().'/'; $dir = Vfs::get_home_dir().'/';
error_log(__METHOD__ . " Dir: $dir"); error_log(__METHOD__ . " Dir: $dir");
var_dump($GLOBALS['egw_info']['server']);
$this->checkDirectory($dir, Sharing::READONLY); $this->checkDirectory($dir, Sharing::READONLY);
} }