More logs

This commit is contained in:
ldestailleur
2025-03-25 21:11:02 +01:00
parent 1a4b888f2e
commit 507e81d819
2 changed files with 7 additions and 0 deletions

View File

@@ -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.