[postgis-tickets] r17631 - Have run_test include full shp2pgsql commandline on failure
Sandro Santilli
strk at kbt.io
Mon Jul 29 07:00:07 PDT 2019
Author: strk
Date: 2019-07-29 07:00:07 -0700 (Mon, 29 Jul 2019)
New Revision: 17631
Modified:
trunk/regress/run_test.pl
Log:
Have run_test include full shp2pgsql commandline on failure
Modified: trunk/regress/run_test.pl
===================================================================
--- trunk/regress/run_test.pl 2019-07-29 14:00:00 UTC (rev 17630)
+++ trunk/regress/run_test.pl 2019-07-29 14:00:07 UTC (rev 17631)
@@ -816,7 +816,7 @@
if ( $rv )
{
- fail(" $description: running shp2pgsql", "$errfile");
+ fail(" $description: running $cmd", "$errfile");
return 0;
}
More information about the postgis-tickets
mailing list