From dfe1948d38ab8c6963d1fe2ac1eaa667a3c04a45 Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Thu, 16 Oct 2014 16:36:58 +0200 Subject: [PATCH] [cmake] Test log compare command ready to copy-paste. - remove the ; ! --- cmake/run_test.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/run_test.cmake b/cmake/run_test.cmake index 69fa64d0..106e62ec 100644 --- a/cmake/run_test.cmake +++ b/cmake/run_test.cmake @@ -37,7 +37,8 @@ if(not_successful) message(SEND_ERROR "error runing test '${name}': ${err}; command ${cmd} : shell output: ${not_successful}!") endif(not_successful) -MESSAGE( "About to compare with ${COM}") +string (REPLACE ";" " " COM_STR "${COM}") +MESSAGE( "About to compare with ${COM_STR}") if (NOT H5_DIFF_EXECUTABLE) # Little fix to turn -0 into 0 (--0 is not replaced)