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

git at osgeo.org git at osgeo.org
Fri Aug 31 07:40:26 PDT 2018


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  7aa3da4fefd2bafbfdc69c43eec70759e99147b2 (commit)
       via  8c380db59ec5183bd7e2fc8545e93ce692f680e2 (commit)
      from  4919f0d85f0d2aee8cce8e6a59cf019db4335cb6 (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 7aa3da4fefd2bafbfdc69c43eec70759e99147b2
Merge: 4919f0d 8c380db
Author: dbaston <dbaston at gmail.com>
Date:   Fri Aug 31 07:40:26 2018 -0700

    Merge branch 'fix-issue908' of cvvergara/geos into master


commit 8c380db59ec5183bd7e2fc8545e93ce692f680e2
Author: cvvergara <vicky at georepublic.de>
Date:   Sun Aug 5 18:20:47 2018 -0500

    removing -V from ctest execution Closes #908

diff --git a/appveyor.yml b/appveyor.yml
index be58f37..65df124 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 1.0.{build}
+version: 1.0.{build}
 
 image: Visual Studio 2017
 
@@ -74,7 +74,7 @@ build_script:
 
 test_script:
   - ps: 'Write-Host "Running tests:" -ForegroundColor Magenta'
-  - if "%BUILDER%"=="CMake" ctest -V --output-on-failure -C %CONFIGURATION%
+  - if "%BUILDER%"=="CMake" ctest --output-on-failure -C %CONFIGURATION%
   - if "%BUILDER%"=="NMake" echo *** NMake does NOT build tests ***
 
 # If you need to debug AppVeyor session (https://www.appveyor.com/docs/how-to/rdp-to-build-worker), then:
diff --git a/tools/ci/common.sh b/tools/ci/common.sh
index 4d078ef..5611b0e 100644
--- a/tools/ci/common.sh
+++ b/tools/ci/common.sh
@@ -6,7 +6,7 @@
 #
 # This is free software; you can redistribute and/or modify it under
 # the terms of the GNU Lesser General Public Licence as published
-# by the Free Software Foundation. 
+# by the Free Software Foundation.
 # See the COPYING file for more information.
 #
 if [[ "$TRAVIS" != "true" ]] ; then
@@ -31,12 +31,12 @@ tmstamp()
 
 run_make()
 {
-    [ $TCI_NUMTHREADS -gt 0 ] && make -j $TCI_NUMTHREADS || make 
+    [ $TCI_NUMTHREADS -gt 0 ] && make -j $TCI_NUMTHREADS || make
 }
 
 run_test()
 {
     [ -f CMakeCache.txt ] && \
-        ctest -V --output-on-failure . || \
+        ctest --output-on-failure . || \
         make check
 }

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

Summary of changes:
 appveyor.yml       | 4 ++--
 tools/ci/common.sh | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list