more debu

This commit is contained in:
Oliver Gorwits
2018-01-30 14:25:44 +00:00
parent abbe040351
commit dee8177a67
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ install:
- cpanm --quiet --notest PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP::MAXTC
before_script:
- 'cd ${TRAVIS_BUILD_DIR}'
- echo "mibs +ALL" > ~/.snmp/snmp.conf
script:
- >
perl Build.PL &&

View File

@@ -16,7 +16,7 @@ my $info = SNMP::Info->new(
MibDirs => [ _build_mibdirs() ],
IgnoreNetSNMPConf => 1,
Debug => 1,
DebugSNMP => 1,
DebugSNMP => 2,
);
ok($info, 'SNMP::Info instantiated');