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