Explorar el Código

Clean log files

Laurent Destailleur hace 2 años
padre
commit
bfda645b9a
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      .travis.yml
  2. 1 1
      test/phpunit/CodingPhpTest.php

+ 2 - 2
.travis.yml

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

+ 1 - 1
test/phpunit/CodingPhpTest.php

@@ -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'])