[postgis-tickets] r17308 - Back out dropdb, doesn't really work in that location
Paul Ramsey
pramsey at cleverelephant.ca
Fri Mar 8 01:51:48 PST 2019
Author: pramsey
Date: 2019-03-08 13:51:47 -0800 (Fri, 08 Mar 2019)
New Revision: 17308
Modified:
trunk/README.md
trunk/regress/run_test.pl
Log:
Back out dropdb, doesn't really work in that location
Modified: trunk/README.md
===================================================================
--- trunk/README.md 2019-03-08 21:48:08 UTC (rev 17307)
+++ trunk/README.md 2019-03-08 21:51:47 UTC (rev 17308)
@@ -20,7 +20,7 @@
Official chat room is the #postgis channel on the
[freenode](https://freenode.net) network.
-To partecipate, point your preferred
+To participate, point your preferred
[IRC client](https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients)
to:
Modified: trunk/regress/run_test.pl
===================================================================
--- trunk/regress/run_test.pl 2019-03-08 21:48:08 UTC (rev 17307)
+++ trunk/regress/run_test.pl 2019-03-08 21:51:47 UTC (rev 17308)
@@ -1215,9 +1215,7 @@
##################################################################
sub create_db
{
- my $dropcmd = "dropdb --if-exists $DB > $REGRESS_LOG";
my $createcmd = "createdb --encoding=UTF-8 --template=template0 --lc-collate=C $DB > $REGRESS_LOG";
- system($dropcmd);
return system($createcmd);
}
More information about the postgis-tickets
mailing list