Skip to content

Commit

Permalink
More debugging outputs from run_test.pl
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/postgis/trunk@16339 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
strk committed Jan 19, 2018
1 parent 833b648 commit 8bec582
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions regress/run_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,9 @@ sub prepare_spatial_extensions
if ( $OPT_UPGRADE_FROM ) {
$sql .= " VERSION '" . $OPT_UPGRADE_FROM . "'";
}

print "Preparing db '${DB}' using: ${sql}\n";

$cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
$rv = system($cmd);
if ( $rv ) {
Expand All @@ -1327,6 +1330,9 @@ sub prepare_spatial_extensions
}
$sql .= " VERSION '" . $OPT_UPGRADE_FROM . "'";
}

print "Preparing db '${DB}' using: ${sql}\n";

$cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
$rv = system($cmd);
if ( $rv ) {
Expand Down

0 comments on commit 8bec582

Please sign in to comment.