The following commit has been merged in the master branch:
commit cc1117ee9f64ac18fc42e80b6fb82955c88f06aa
Author: Raphael Geissert <[email protected]>
Date:   Fri May 22 10:13:58 2009 -0500

    Skip scripts tests if a tag was specified
    
    Do not run Test::Harness tests if a tag is requested to be checked.

diff --git a/t/runtests b/t/runtests
index 607d948..24fb695 100755
--- a/t/runtests
+++ b/t/runtests
@@ -135,7 +135,7 @@ if ($singletest) {
     if (-f $script) {
        @tests = ($script);
     }
-} else {
+} elsif (not $tag) {
     unless (-d "$TESTSET/scripts") {
        fail("cannot find $TESTSET/scripts: $!");
     }

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to