More log
This commit is contained in:
parent
41bfc89544
commit
8b778a8154
@ -413,7 +413,7 @@ class FilesLibTest extends PHPUnit\Framework\TestCase
|
||||
|
||||
$result=dol_compress_file($filein, $fileout, $format, $errorstring);
|
||||
print __METHOD__." result=".$result."\n";
|
||||
$this->assertGreaterThanOrEqual(1, $result, "Pb with dol_compress_file ".$errorstring);
|
||||
$this->assertGreaterThanOrEqual(1, $result, "Pb with dol_compress_file on ".$filein." : ".$errorstring);
|
||||
|
||||
$result=dol_uncompress($fileout, $dirout);
|
||||
print __METHOD__." result=".join(',', $result)."\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user