mirror of
https://github.com/moodle/moodle.git
synced 2025-05-05 15:57:04 +02:00
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:
parent
d021256774
commit
08061aa277
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user