mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Clean log files
This commit is contained in:
parent
a414647c49
commit
bfda645b9a
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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'])
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user