Author: turnstep
Date: Thu May  8 07:48:18 2008
New Revision: 11218

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

Log:
Show the specific error for better debugging.


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  Thu May  8 07:48:18 2008
@@ -281,7 +281,7 @@
                        ## Assume this is already good to go
                }
                elsif ($info !~ /pg_ctl/) {
-                       $@ = 'initdb did not give a pg_ctl string';
+                       $@ = "initdb did not give a pg_ctl string: $info";
                        last GETHANDLE;
                }
 

Reply via email to