preaction / Log-Any

Simple, fast Perl logging API compatible with any logging system
Other
13 stars 19 forks source link

Version 1.717 t/syslog.t fails tests #108

Open greeneg opened 3 months ago

greeneg commented 3 months ago

Errors raised during make test:

t/syslog.t .................. 1/33 
#   Failed test 'Log::Any trace maps to the right syslog priority'
#   at t/syslog.t line 41.
#          got: 'notice'
#     expected: 'debug'

#   Failed test 'Log::Any passed through the right message'
#   at t/syslog.t line 42.
#          got: 'notice level log'
#     expected: 'trace level log'
# Looks like you failed 2 tests of 33.
t/syslog.t .................. Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/33 subtests 

Perl: 5.36.0 Platform: SLES 15sp3 Perl built with threads and shared libperl Module dependencies:

# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.70
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.70
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     ExtUtils::MakeMaker  any     7.70
#     File::Spec           any     3.84
#     IO::Handle           any     1.55
#     IPC::Open3           any     1.22
#     Test::More           any 1.302199
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
#