[postgis-tickets] [SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. 80dd1cb8dd3fe50e08d032f08c7c190100284bd4

git at osgeo.org git at osgeo.org
Thu Jul 13 15:13:00 PDT 2023


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 Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.".

The branch, master has been updated
       via  80dd1cb8dd3fe50e08d032f08c7c190100284bd4 (commit)
      from  1fe410a7a77e7e85b50e4d27ad45697335fe5ffa (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 80dd1cb8dd3fe50e08d032f08c7c190100284bd4
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jul 14 00:12:53 2023 +0200

    More tests

diff --git a/windows/mingw64/scripts/scratch_test.sh b/windows/mingw64/scripts/scratch_test.sh
index d0a3c14..6ddf7d4 100644
--- a/windows/mingw64/scripts/scratch_test.sh
+++ b/windows/mingw64/scripts/scratch_test.sh
@@ -1,23 +1,27 @@
 #!/bin/sh
 
+rm -rf /tmp/src
 mkdir /tmp/src
 touch /tmp/src/file
 
-rm /tmp/tgt
+rm -rf /tmp/tgt
 ln -Tsf /tmp/src /tmp/tgt
+file /tmp/tgt
 ln -Tsf /tmp/src /tmp/tgt
 echo "Test with ln -Tsf /tmp/src /tmp/tgt done twice"
 ls -l /tmp/tgt
 
-rm /tmp/tgt
+rm -rf tmp/tgt
 ln -sf /tmp/src /tmp/tgt
+file /tmp/tgt
 ln -sf /tmp/src /tmp/tgt
 echo "Test with ln -sf /tmp/src /tmp/tgt done twice"
 ls -l /tmp/tgt
 
-rm /tmp/tgt
+rm -rf /tmp/tgt
 mkdir /tmp/tgt
 ln -sf /tmp/src /tmp/tgt/
+file /tmp/tgt/src
 ln -sf /tmp/src /tmp/tgt/
 echo "Test with ln -sf /tmp/src /tmp/tgt/ done twice"
 ls -l /tmp/tgt/src/

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

Summary of changes:
 windows/mingw64/scripts/scratch_test.sh | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.


More information about the postgis-tickets mailing list