[geos-commits] [SCM] GEOS branch master updated. 31afc5d8d87c131168b38a1679aa57ec81f69bd4

git at osgeo.org git at osgeo.org
Tue Nov 27 16:49:00 PST 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  31afc5d8d87c131168b38a1679aa57ec81f69bd4 (commit)
      from  dddda853c784296ba9f3742e1659e8140c0e8a33 (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 31afc5d8d87c131168b38a1679aa57ec81f69bd4
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Nov 27 16:48:39 2018 -0800

    Harmonize CMake tests with autotools, using --test-valid-output
    on the XML tests

diff --git a/tests/xmltester/CMakeLists.txt b/tests/xmltester/CMakeLists.txt
index aec0e66..d60ac34 100644
--- a/tests/xmltester/CMakeLists.txt
+++ b/tests/xmltester/CMakeLists.txt
@@ -105,7 +105,7 @@ if(GEOS_ENABLE_TESTS)
     ${XMLTESTS_DIR}/safe/16595.xml
     ${XMLTESTS_DIR}/safe/16596.xml)
 
-  add_test(test_xmltester ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/test_xmltester ${SAVE_XMLTESTS})
+  add_test(test_xmltester ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/test_xmltester --test-valid-output ${SAVE_XMLTESTS})
 
   set(STATUS_RESULT "ON")
 endif()

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

Summary of changes:
 tests/xmltester/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list