X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fcheck.mc;h=ea10ec9870447af0562d95920ee4909f59b30d89;hb=21ac1ac242d523e47468b8e63d87dbf1d018d26e;hp=b4c7dc3b7818cf6c5cf74c23c4781d14361f8414;hpb=5dd9c46e9bd2d6bd99a0d2aa728ed5430aeec3e8;p=irspy-moved-to-github.git 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"; }