#!/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
$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";
}
-%# $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"
my $res = $spy->check($test);
print "<p>\n";
if ($res == 0) {
- print "<b>All tests were run</b>\n";
+ print "<b>All tests were attempted</b>\n";
} else {
print "<b>$res tests were skipped</b>\n";
}