You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cm...@apache.org on 2021/03/31 00:06:57 UTC

[qpid-interop-test] 28/41: NO_JIRA: Minor improvement to error reporting from cmake file when complex_data_test fails generation

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 <kv...@europa.lan>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org