summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorRoderick Schertler <roderick@gate.net>1997-01-06 10:39:52 -0500
committerChip Salzenberg <chip@atlantic.net>1997-01-08 11:52:00 +1200
commit90ce63d569d0e11f6675586fb55569c7fb6eb460 (patch)
tree04192322a00b6bfa997eea60b5d0e667c8099f34 /t/harness
parent1fbd88dca62ac1229f868175c997834e730e5134 (diff)
downloadperl-90ce63d569d0e11f6675586fb55569c7fb6eb460.tar.gz
More magic variable tests
private-msgid: <7043.852565192@eeyore.ibcinc.com>
Diffstat (limited to 't/harness')
-rwxr-xr-xt/harness1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/harness b/t/harness
index c98d91e360..5b460f3de4 100755
--- a/t/harness
+++ b/t/harness
@@ -9,6 +9,7 @@ use lib '../lib';
use Test::Harness;
$Test::Harness::switches = ""; # Too much noise otherwise
+$Test::Harness::verbose = shift if @ARGV && $ARGV[0] eq '-v';
@tests = @ARGV;
@tests = <*/*.t> unless @tests;