projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5249f40
)
Bus-Errors bei perl5.10 und perl5.12 verhindern.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 10 Sep 2012 15:41:16 +0000
(17:41 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 10 Sep 2012 15:41:16 +0000
(17:41 +0200)
t/Support/TestSetup.pm
patch
|
blob
|
history
diff --git
a/t/Support/TestSetup.pm
b/t/Support/TestSetup.pm
index
cb8fd7f
..
c0b9e78
100644
(file)
--- 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;