Clean log files

This commit is contained in:
Laurent Destailleur 2023-05-26 14:51:51 +02:00
parent a414647c49
commit bfda645b9a
2 changed files with 3 additions and 3 deletions

View File

@ -462,8 +462,8 @@ script:
php step5.php 17.0.0 18.0.0 > $TRAVIS_BUILD_DIR/upgrade17001800-3.log
ls -alrt $TRAVIS_BUILD_DIR/
echo
cat $TRAVIS_BUILD_DIR/upgrade17001800.log
cat $TRAVIS_BUILD_DIR/upgrade17001800-2.log
#cat $TRAVIS_BUILD_DIR/upgrade17001800.log
#cat $TRAVIS_BUILD_DIR/upgrade17001800-2.log
- |
echo "Enabling new modules"

View File

@ -195,7 +195,7 @@ class CodingPhpTest extends PHPUnit\Framework\TestCase
continue;
}
print 'Check php file '.$file['fullname']."\n";
//print 'Check php file '.$file['relativename']."\n";
$filecontent=file_get_contents($file['fullname']);
if (preg_match('/\.class\.php/', $file['relativename'])