From 1c048320a693fea8fa14bc8120a9f2f2d205fed6 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 30 Jan 2018 15:34:37 +0000 Subject: [PATCH] \o/ working, quieten debug --- xt/10_remote_snmplabs.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xt/10_remote_snmplabs.t b/xt/10_remote_snmplabs.t index dacdccb9..cdbe66be 100644 --- a/xt/10_remote_snmplabs.t +++ b/xt/10_remote_snmplabs.t @@ -8,6 +8,7 @@ use Test::More 1.302083; use SNMP::Info; use Path::Class 'dir'; +# needed when running with Alien::SNMP::MAXTC %SNMP::Info::MIBS = ('RFC1213-MIB' => 'sysName'); my $info = SNMP::Info->new( @@ -17,8 +18,8 @@ my $info = SNMP::Info->new( Version => 2, MibDirs => [ _build_mibdirs() ], IgnoreNetSNMPConf => 1, - Debug => 1, - DebugSNMP => 1, +# Debug => 1, +# DebugSNMP => 1, ); ok($info, 'SNMP::Info instantiated');