X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2Firspy.pl;h=afdb43a7f776bf753e0be44a1af5260413fc28cc;hp=17f4df301d3552f68431dc3026b3d9daf37f7ecc;hb=e97d4090984c10e7e754e8007efe7d3c65ff35ca;hpb=56be0e4117b0024024cba3b041d27cc1963dba26 diff --git a/bin/irspy.pl b/bin/irspy.pl index 17f4df3..afdb43a 100755 --- a/bin/irspy.pl +++ b/bin/irspy.pl @@ -1,9 +1,9 @@ #!/usr/bin/perl -w -# $Id: irspy.pl,v 1.10 2006-10-06 11:25:11 mike Exp $ +# $Id: irspy.pl,v 1.12 2006-10-11 16:43:32 mike Exp $ # # Run like this: -# YAZ_LOG=irspy,irspy_test,irspy_debug,irspy_event perl -I ../lib irspy.pl localhost:3313/IR-Explain---1 bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager bagel.indexdata.dk:210/marc +# YAZ_LOG=irspy,irspy_test,irspy_debug,irspy_event perl -I ../lib irspy.pl -t Main localhost:3313/IR-Explain---1 bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager bagel.indexdata.dk:210/marc use strict; use warnings; @@ -28,5 +28,5 @@ my $res = $spy->check($opts{t}); if ($res == 0) { print "All tests were run\n"; } else { - print "Some tests were skipped\n"; + print "$res tests were skipped\n"; }