Author: turnstep
Date: Tue Mar 29 16:06:24 2011
New Revision: 14806

Modified:
   DBD-Pg/trunk/t/dbdpg_test_setup.pl

Log:
Remove debug line we don't want uncommented.


Modified: DBD-Pg/trunk/t/dbdpg_test_setup.pl
==============================================================================
--- DBD-Pg/trunk/t/dbdpg_test_setup.pl  (original)
+++ DBD-Pg/trunk/t/dbdpg_test_setup.pl  Tue Mar 29 16:06:24 2011
@@ -13,7 +13,6 @@
 if (exists $ENV{TEST_OUTPUT}) {
        my $file = $ENV{TEST_OUTPUT};
        open $testfh, '>>', $file or die qq{Could not append file "$file": 
$!\n};
-       #Test::More->builder->output($testfh);
        Test::More->builder->failure_output($testfh);
        Test::More->builder->todo_output($testfh);
 }

Reply via email to