[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-136-gdfa15b0

git at osgeo.org git at osgeo.org
Thu Jun 18 08:53:26 PDT 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  dfa15b0d82bd9ee69c1762972c8b26257dd2fe90 (commit)
      from  0a94d7bd49c9ac4f7f9c71217c703ab7f8a991dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dfa15b0d82bd9ee69c1762972c8b26257dd2fe90
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jun 18 17:53:12 2020 +0200

    Do not sleep at work !

diff --git a/regress/run_test.pl b/regress/run_test.pl
index e98e951..1e0875e 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -575,7 +575,6 @@ if ( $OPT_CLEAN )
 
 if ( ! ($OPT_NODROP || $OPT_NOCREATE) )
 {
-	sleep(1);
 	system("dropdb $DB");
 }
 else
@@ -1189,7 +1188,6 @@ sub run_dumper_test
 
   # Produce the output SHP file.
   open DUMPFILE, "$dump_file" or die "Cannot open dump file $dump_file\n";
-  sleep(1); # why ??
   my @dumplines = <DUMPFILE>;
   close DUMPFILE;
   chop(@dumplines);
@@ -1206,7 +1204,6 @@ sub run_dumper_test
   my $rv = system(@cmd);
   open STDERR, '>&', $stderr_save;
   open STDOUT, '>&', $stdout_save;
-  #sleep(3);
   show_progress();
 
   if ( $rv )

-----------------------------------------------------------------------

Summary of changes:
 regress/run_test.pl | 3 ---
 1 file changed, 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list