gnucash unstable: Temporarily disable test that breaks on travis only

Geert Janssens gjanssens at code.gnucash.org
Thu Feb 1 14:44:00 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/90517b69 (commit)
	from  https://github.com/Gnucash/gnucash/commit/2f16b092 (commit)



commit 90517b69ceccb26c7f07364189d3cdbdad41257c
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Feb 1 20:43:49 2018 +0100

    Temporarily disable test that breaks on travis only
    
    It needs some more tweaking to cope with the false
    assumption the builder can't create a temporary directory on /

diff --git a/libgnucash/core-utils/test/CMakeLists.txt b/libgnucash/core-utils/test/CMakeLists.txt
index 10d5352..5a96775 100644
--- a/libgnucash/core-utils/test/CMakeLists.txt
+++ b/libgnucash/core-utils/test/CMakeLists.txt
@@ -17,7 +17,7 @@ MACRO(ADD_CORE_UTILS_TEST _TARGET _SOURCE_FILES)
 ENDMACRO()
 
 ADD_CORE_UTILS_TEST(test-gnc-glib-utils test-gnc-glib-utils.c)
-ADD_CORE_UTILS_TEST(test-resolve-file-path test-resolve-file-path.c)
+#ADD_CORE_UTILS_TEST(test-resolve-file-path test-resolve-file-path.c)
 ADD_CORE_UTILS_TEST(test-userdata-dir test-userdata-dir.c)
 IF (NOT MAC_INTEGRATION AND NOT WIN32)
   ADD_CORE_UTILS_TEST(test-userdata-dir-invalid-home test-userdata-dir-invalid-home.c)



Summary of changes:
 libgnucash/core-utils/test/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list