From 12c8e99bd5d12cf9524012a103bbf8253fce6ea8 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Tue, 7 Jan 2014 14:57:08 +0000
Subject: [PATCH] Removed error_log_file from tests config

---
 build/test/test.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build/test/test.pl b/build/test/test.pl
index ba17e17c6..eb8b62cdd 100644
--- a/build/test/test.pl
+++ b/build/test/test.pl
@@ -168,7 +168,6 @@ kill_spawned_child();
 my $cmd = "$mongoose_exe ".
   "-listening_port 127.0.0.1:$port ".
   "-access_log_file access.log ".
-  "-error_log_file debug.log ".
   "-extra_mime_types .bar=foo/bar,.tar.gz=blah,.baz=foo " .
   "-dav_auth_file $abs_root/passfile " .
   '-access_control_list -0.0.0.0/0,+127.0.0.1 ' .
-- 
GitLab