This is an automated email from the ASF dual-hosted git repository.

tschoening pushed a commit to branch ghpr_14_replace-ant-build-with-cmake
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 08d6176429ecfe902158ba0479f2b4e05b28139a
Author: Stephen Webb <[email protected]>
AuthorDate: Sat Feb 1 10:19:17 2020 +1100

    Fix some test case failures
---
 src/test/cpp/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/cpp/CMakeLists.txt b/src/test/cpp/CMakeLists.txt
index 7a0ada9..1f632d9 100644
--- a/src/test/cpp/CMakeLists.txt
+++ b/src/test/cpp/CMakeLists.txt
@@ -54,6 +54,7 @@ foreach(testName IN LISTS ALL_LOG4CXX_TESTS)
     add_test(NAME ${testName}
         COMMAND ${testName} -v
         WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/../resources
+        ENVIRONMENT "TOTO=wonderful;key1=value1;key2=value2"
     )
     if(WIN32)
       set_tests_properties(${testName} PROPERTIES ENVIRONMENT

Reply via email to