Revision ff049c83
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
t/Support/TestSetup.pm | ||
---|---|---|
46 | 46 |
|
47 | 47 |
$::instance_conf->init; |
48 | 48 |
|
49 |
$SIG{__DIE__} = sub { Carp::confess( @_ ) } if $::lx_office_conf{debug}->{backtrace_on_die}; |
|
50 |
|
|
49 | 51 |
return 1; |
50 | 52 |
} |
51 | 53 |
|
Auch abrufbar als: Unified diff
Tests: Unterstützung für Konfigurationsparameter "debug.backtrace_on_die"