Skip to content

Commit

Permalink
MDL-21007 exclude log files from tests as far as some drivers/extensions
Browse files Browse the repository at this point in the history
are prone to save own log files into working dirs
  • Loading branch information
stronk7 committed Nov 30, 2009
1 parent d021256 commit 08061aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simpletest/testcode.php
Expand Up @@ -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() {
Expand Down

0 comments on commit 08061aa

Please sign in to comment.