diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2000-09-11 10:56:47 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-12 14:08:32 +0000 |
commit | bc00ec502eb91c52ac25daa943fa61a77d43c36b (patch) | |
tree | a86323a1d93fe771cb9bd8c552fe9dd09fa4a9b7 /t/harness | |
parent | dcd2ee750a9ebc0bc6a713e13f58fb88d5f50f54 (diff) | |
download | perl-bc00ec502eb91c52ac25daa943fa61a77d43c36b.tar.gz |
[ID 20000911.009] t/pod/*.t tests not run by harness or make test
Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
p4raw-id: //depot/perl@7062
Diffstat (limited to 't/harness')
-rw-r--r-- | t/harness | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ foreach (keys %datahandle) { } @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 io/*.t op/*.t pod/*.t pragma/*.t lib/*.t> unless @tests; Test::Harness::runtests @tests; exit(0) unless -e "../testcompile"; |