[geos-commits] [SCM] GEOS branch master updated. 7b5762bf4368f88d3276752f0541c571cef930f5

git at osgeo.org git at osgeo.org
Tue Aug 25 15:57:58 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 "GEOS".

The branch, master has been updated
       via  7b5762bf4368f88d3276752f0541c571cef930f5 (commit)
      from  c3a65c9ae2363aca06945deb7b007101f3813888 (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 7b5762bf4368f88d3276752f0541c571cef930f5
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Aug 25 15:57:54 2020 -0700

    Update script to new JTS cmd setup

diff --git a/tests/xmltester/JTSXMLTester.sh b/tests/xmltester/JTSXMLTester.sh
index 63d8e49..6ba7302 100755
--- a/tests/xmltester/JTSXMLTester.sh
+++ b/tests/xmltester/JTSXMLTester.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ######################################################################
 #
@@ -28,22 +28,8 @@ do
   THE_CLASSPATH=${THE_CLASSPATH}:${i}
 done
 
-#---------------------------------#
-# Handle/translate some switches  #
-#---------------------------------#
-
-opts=
-while test `expr "$1" : '-'` = 1; do
-  opt="$1"
-  if test "$opt" = "-v"; then
-    opt="-verbose";
-  fi
-  opts="$opts $opt";
-  shift
-done
-
 #---------------------------#
 # run the program           #
 #---------------------------#
 java -cp ".:${THE_CLASSPATH}" \
-org.locationtech.jtstest.testrunner.TopologyTestApp $opts -files $@
+org.locationtech.jtstest.testrunner.JTSTestRunnerCmd $@

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

Summary of changes:
 tests/xmltester/JTSXMLTester.sh | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list