X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fef4ba5a95e3e38261d497edd6852d4db77531cf..e14cb525c640cb15bb6b2dfb62ccebbe78cb45cd:/t/Support/TestSetup.pm diff --git a/t/Support/TestSetup.pm b/t/Support/TestSetup.pm index cb8fd7ffb..c0b9e782d 100644 --- a/t/Support/TestSetup.pm +++ b/t/Support/TestSetup.pm @@ -19,7 +19,8 @@ sub _login { package main; - $::lxdebug = LXDebug->new(file => \*STDERR); + $::lxdebug = LXDebug->new(target => LXDebug::STDERR_TARGET); + $::lxdebug->disable_sub_tracing; $::locale = Locale->new($::lx_office_conf{system}->{language}); $::form = Form->new; $::auth = SL::Auth->new;