more debu
This commit is contained in:
@@ -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 &&
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user