mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
More logs
This commit is contained in:
@@ -187,6 +187,7 @@ abstract class CommonClassTest extends TestCase
|
||||
|
||||
|
||||
if ($nbLinesToShow) {
|
||||
print "## We try to output the last ".$nbLinesToShow." lines of the log file ".basename($this->logfile)." (that has ".$totalLines." lines)".PHP_EOL;
|
||||
$newLines = count($last_lines);
|
||||
if ($newLines > 0) {
|
||||
// Show partial log file contents when requested.
|
||||
|
||||
Reference in New Issue
Block a user