MDL-21007 exclude log files from tests as far as some drivers/extensions
are prone to save own log files into working dirs
This commit is contained in:
@@ -16,7 +16,7 @@ class code_test extends UnitTestCase {
|
||||
var $allok = array();
|
||||
|
||||
var $badstrings;
|
||||
var $extensions_to_ignore = array('exe', 'gif', 'ico', 'jpg', 'png', 'ttf');
|
||||
var $extensions_to_ignore = array('exe', 'gif', 'ico', 'jpg', 'png', 'ttf', 'log');
|
||||
var $ignore_folders = array();
|
||||
|
||||
function test_dnc() {
|
||||
|
||||
Reference in New Issue
Block a user