From 08061aa27740aba88a10326d9272db04421b56cf Mon Sep 17 00:00:00 2001 From: Eloy Lafuente Date: Mon, 30 Nov 2009 16:24:44 +0000 Subject: [PATCH] MDL-21007 exclude log files from tests as far as some drivers/extensions are prone to save own log files into working dirs --- lib/simpletest/testcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simpletest/testcode.php b/lib/simpletest/testcode.php index 0c458fab058e2..492ec4bd902b4 100644 --- a/lib/simpletest/testcode.php +++ b/lib/simpletest/testcode.php @@ -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() {