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

cml pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git

commit 859629927c66f6ad0b58b73650c4304d37f06a47
Author: Kim van der Riet <[email protected]>
AuthorDate: Wed Jan 15 17:14:50 2020 -0500

    NO_JIRA: Minor improvement to error reporting from cmake file when 
complex_data_test fails generation
---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86cc635..c909095 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,8 +98,10 @@ execute_process(COMMAND python3 
src/python/qpid_interop_test/amqp_complex_types_
                               RESULT_VARIABLE retcode
                               OUTPUT_VARIABLE stdouttext
                               ERROR_VARIABLE stderrtext
+                              COMMAND_ECHO STDOUT
 )
 if(NOT "${retcode}" STREQUAL "0")
+    message(STATUS "retcode=${retcode}")
     message(STATUS "stdouttext=${stdouttext}")
     message(STATUS "stderrtext=${stderrtext}")
     message(FATAL_ERROR "Data code file generation for C++ failed")

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to