Revision: 1386
Author: [email protected]
Date: Sat Oct 30 05:52:34 2010
Log: Make t/68-hashline.t a developer only test for now
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1386
Modified:
/trunk/t/68-hashline.t
=======================================
--- /trunk/t/68-hashline.t Thu Sep 30 03:18:37 2010
+++ /trunk/t/68-hashline.t Sat Oct 30 05:52:34 2010
@@ -8,6 +8,8 @@
use Devel::NYTProf::Run qw(profile_this);
+plan skip_all => "Currently a developer-only test" unless -d '.svn';
+
warn "Incomplete test";
my $src_code = join("", <DATA>);
@@ -24,7 +26,7 @@
src_code => $src_code,
out_file => $env->{file},
skip_sitecustomize => 1,
- #htmlopen => 1,
+ htmlopen => $ENV{NYTPROF_TEST_HTMLOPEN},
);
isa_ok $profile, 'Devel::NYTProf::Data';
--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]