Author: turnstep
Date: Sat Jul 21 21:05:41 2007
New Revision: 9784

Modified:
   DBD-Pg/trunk/t/00basic.t

Log:
Test making aid.


Modified: DBD-Pg/trunk/t/00basic.t
==============================================================================
--- DBD-Pg/trunk/t/00basic.t    (original)
+++ DBD-Pg/trunk/t/00basic.t    Sat Jul 21 21:05:41 2007
@@ -6,6 +6,11 @@
 use Test::More tests => 3;
 use strict;
 
+## For quick testing, put new tests as 000xxx.t and set this:
+if (exists $ENV{DBDPG_QUICKTEST}) {
+       BAIL_OUT "Stopping due to DBDPG_QUICKTEST being set";
+}
+
 BEGIN {
        use_ok('DBI');
        use_ok('DBD::Pg');

Reply via email to