From: Nicholas Clark Date: Sat, 27 Oct 2001 22:56:16 +0000 (+0100) Subject: make minitest X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4e4732c1205b59b0a17be25d9fca1fd21f4941d8;p=p5sagit%2Fp5-mst-13.2.git make minitest Message-ID: <20011027225616.L20275@plum.flirble.org> p4raw-id: //depot/perl@12714 --- diff --git a/t/TEST b/t/TEST index 84a39f0..d558749 100755 --- a/t/TEST +++ b/t/TEST @@ -305,39 +305,40 @@ EOT else { warn "Failed $bad test scripts out of $files, $pct% okay.\n"; } - warn <<'SHRDLU'; + warn <<'SHRDLU_1'; ### Since not all tests were successful, you may want to run some of ### them individually and examine any diagnostic messages they produce. ### See the INSTALL document's section on "make test". -SHRDLU - warn <<'SHRDLU' if $good / $total > 0.8; +SHRDLU_1 + warn <<'SHRDLU_2' if $good / $total > 0.8; ### You have a good chance to get more information by running ### ./perl harness ### in the 't' directory since most (>=80%) of the tests succeeded. -SHRDLU - use Config; - if (my $p = $Config{ldlibpthname}) { - warn <