changeset 580:cf7e82e91875

Do not fail when creating the link fails. Just warn.
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 27 May 2014 10:29:05 +0000
parents f4ce4eef3b38
children 21f8d32f2d2a
files ui/tests/CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ui/tests/CMakeLists.txt	Tue May 27 10:28:36 2014 +0000
+++ b/ui/tests/CMakeLists.txt	Tue May 27 10:29:05 2014 +0000
@@ -99,7 +99,7 @@
          RESULT_VARIABLE result
          ERROR_VARIABLE output)
       if (NOT ${result} EQUAL 0)
-         message(FATAL_ERROR "Could not create symbolic link for: ${target} --> ${output}")
+         message(STATUS "Could not create symbolic link for: ${target} --> ${output}. NSS Test might fail.")
       endif()
    endif()
 endif()

http://wald.intevation.org/projects/trustbridge/