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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8596299  NO_JIRA: Minor improvement to error reporting from cmake file 
when complex_data_test fails generation
8596299 is described below

commit 859629927c66f6ad0b58b73650c4304d37f06a47
Author: Kim van der Riet <k...@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-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to