develooper Front page | perl.qpsmtpd | Postings from May 2012

[PATCH] extend syntax tests to test directory

Thread Next
From:
Matt Simerson
Date:
May 6, 2012 14:02
Subject:
[PATCH] extend syntax tests to test directory
Message ID:
DDEC60A7-7D94-4820-8BC0-7BE2E840D751@tnpi.net
extend syntax tests to test directory

lets see what Travis thinks of this... (it turned out okay)

---
t/01-syntax.t |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/01-syntax.t b/t/01-syntax.t
index 885ca3e..82ffeb4 100644
--- a/t/01-syntax.t
+++ b/t/01-syntax.t
@@ -15,7 +15,7 @@ use lib 'lib';

my $this_perl = $Config{'perlpath'} || $EXECUTABLE_NAME;

-my @files = find( {wanted=>\&test_syntax, no_chdir=>1}, 'plugins', 'lib' );
+my @files = find( {wanted=>\&test_syntax, no_chdir=>1}, 'plugins', 'lib', 't' );

sub test_syntax { 
    my $f = $File::Find::name;
-- 
1.7.9.6


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About