diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-27 14:59:03 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-27 14:59:03 +0000 |
commit | fac76ed70b2818d69c47c57bd5b63a636a19a037 (patch) | |
tree | 310939b53c9b5c385da8f3d8f239782000df18ea /t/TEST | |
parent | 6027b9a35019f02a9b3e344c2f78856358da6033 (diff) | |
download | perl-fac76ed70b2818d69c47c57bd5b63a636a19a037.tar.gz |
Output skipped test information in test suite:
Subject: 5.004_55: Making test harness platform_aware
Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
p4raw-id: //depot/perl@318
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ while ($test = shift) { $ok = 1; } else { $next = $1, $ok = 0, last if /^not ok ([0-9]*)/; - if (/^ok (.*)/ && $1 == $next) { + if (/^ok (\d+)(\s*#.*)?$/ && $1 == $next) { $next = $next + 1; } else { $ok = 0; |