Re: [Nmap-scanner-general] Install failing tests [signed]
Brought to you by:
perldork
From: Max <nm...@we...> - 2004-10-21 16:24:43
|
Hi, If you want to skip the tests or ignore the failures, use 'force' before the install command from the CPAN shell: cpan> force install Nmap::Scanner You are also the first person to post a bug in my testing code that has probably annoyed people for quite a while now .. I miscoded my skip() statements. Thank you very much for bringing that to my attention, and I apologize for such poor testing code. I am planning on doing a new release within the next month to two months, getting the module caught up with the new XML output and scan types that nmap has added this last 6 months or so. Does anyone who is subscribed to this list use the verbose scan type setters, e.g. $scanner->tcp_connect_scan() or are you passing nmap arguments directly to the scan() method, e.g. $scanner->scan('-sV -sS -A'); ?? Thank you, Max On Fri, 22 Oct 2004 00:40:19 +1000, "thefinn [c]" wrote: > Hi, I'm having a lot of problems installing. Can anyone tell me why, or > how to get around the inbuilt tests? > > Thanks > TheFinn. > > > > Manifying blib/man3/Nmap::Scanner::Hosts.3pm > /usr/bin/make -- OK > Running make test > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > -I/usr/lib/perl5/5.6.1/sparc-linux -I/usr/lib/perl5/5.6.1 -e 'use > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/batch_tcp_syn_scan..............Not enough arguments for Test::skip at > t/batch_tcp_syn_scan.t line 19, near "$SKIP)" > Not enough arguments for Test::skip at t/batch_tcp_syn_scan.t line 20, > near "$SKIP)" > Execution of t/batch_tcp_syn_scan.t aborted due to compilation errors. > t/batch_tcp_syn_scan..............dubious |