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:
Eloy Lafuente
2009-11-30 16:24:44 +00:00
parent d021256774
commit 08061aa277
+1 -1
View File
@@ -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() {