Change 11427 by gsar@moonru on 2001/07/21 04:37:26
t/harness wasn't picking up all the tests
Affected files ...
... //depot/maint-5.6/perl/t/harness#5 edit
Differences ...
==== //depot/maint-5.6/perl/t/harness#5 (xtext) ====
Index: perl/t/harness
--- perl/t/harness.~1~ Fri Jul 20 22:45:05 2001
+++ perl/t/harness Fri Jul 20 22:45:05 2001
@@ -38,7 +38,8 @@
}
@tests = @ARGV;
-@tests = <base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t lib/*.t> unless @tests;
+@tests = <base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t pragma/*.t lib/*.t pod/*.t>
+ unless @tests;
Test::Harness::runtests @tests;
exit(0) unless -e "../testcompile";
End of Patch.