mirror of
https://github.com/triqs/dft_tools
synced 2024-12-25 05:43:40 +01:00
[cmake] Test log compare command ready to copy-paste.
- remove the ; !
This commit is contained in:
parent
dddae19853
commit
dfe1948d38
@ -37,7 +37,8 @@ if(not_successful)
|
|||||||
message(SEND_ERROR "error runing test '${name}': ${err}; command ${cmd} : shell output: ${not_successful}!")
|
message(SEND_ERROR "error runing test '${name}': ${err}; command ${cmd} : shell output: ${not_successful}!")
|
||||||
endif(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)
|
if (NOT H5_DIFF_EXECUTABLE)
|
||||||
# Little fix to turn -0 into 0 (--0 is not replaced)
|
# Little fix to turn -0 into 0 (--0 is not replaced)
|
||||||
|
Loading…
Reference in New Issue
Block a user