From: Mike Taylor Date: Wed, 31 Jan 2007 16:50:10 +0000 (+0000) Subject: Use "All tests were attempted", not "were run". X-Git-Tag: CPAN-v1.02~636 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=915fe8a6a24614ff0c0d6de8609eab2e0a5659ed Use "All tests were attempted", not "were run". --- 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"; } diff --git a/web/htdocs/details/check.mc b/web/htdocs/details/check.mc index b4c7dc3..ea10ec9 100644 --- a/web/htdocs/details/check.mc +++ b/web/htdocs/details/check.mc @@ -1,4 +1,4 @@ -%# $Id: check.mc,v 1.15 2007-01-24 09:28:02 mike Exp $ +%# $Id: check.mc,v 1.16 2007-01-31 16:50:38 mike Exp $ <%args> @id $test => "Quick" @@ -39,7 +39,7 @@ $spy->initialise(); my $res = $spy->check($test); print "

\n"; if ($res == 0) { - print "All tests were run\n"; + print "All tests were attempted\n"; } else { print "$res tests were skipped\n"; }