X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2Firspy.pl;h=48a06fcccce82c9c3dd2ef74f400c22aad0170e3;hp=02f5c2506b665921745469901e5e18ce3a47e74d;hb=915fe8a6a24614ff0c0d6de8609eab2e0a5659ed;hpb=2e680ee477eed1312a3a2035a720a2451f8cdd64 diff --git a/bin/irspy.pl b/bin/irspy.pl index 02f5c25..48a06fc 100755 --- a/bin/irspy.pl +++ b/bin/irspy.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $Id: irspy.pl,v 1.18 2007-01-24 09:28:02 mike Exp $ +# $Id: irspy.pl,v 1.19 2007-01-31 16:50:10 mike Exp $ # # Run like this: # YAZ_LOG=irspy,irspy_test perl -I ../lib irspy.pl -t Quick localhost:8018/IR-Explain---1 bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager bagel.indexdata.dk:210/marc @@ -37,7 +37,7 @@ $spy->targets(@targets) if @targets; $spy->initialise(); my $res = $spy->check($opts{t}); if ($res == 0) { - print "All tests were run\n"; + print "All tests were attempted\n"; } else { print "$res tests were skipped\n"; }