kraas has asked for the wisdom of the Perl Monks concerning the following question:
I'm totally stumped on this one.hostname#make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/Net-SSH2....ok 1/72 # Failed test 'API date yyyymmddhhmm' # in t/Net-SSH2.t at line 33. # 'LIBSSH2_APINO' # doesn't match '(?-xism:^\d{12}$)' t/Net-SSH2....NOK 8# Looks like you failed 1 test of 72. t/Net-SSH2....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 8 Failed 1/72 tests, 98.61% okay (less 61 skipped tests: 10 okay, 13.89% +) Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/Net-SSH2.t 1 256 72 1 1.39% 8 61 subtests skipped. Failed 1/1 test scripts, 0.00% okay. 1/72 subtests failed, 98.61% okay +. *** Error code 1 make: Fatal error: Command failed for target `test_dynamic'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: 'make test' for Net::SSH2 failed
by almut (Canon) on Sep 04, 2007 at 20:04 UTC | |
|
Re: 'make test' for Net::SSH2 failed
by zentara (Cardinal) on Sep 04, 2007 at 19:56 UTC | |
by kraas (Novice) on Sep 04, 2007 at 19:59 UTC |