From 1719812ce3e3e7f6b6ae052d6ff9b0e9f419658d Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Wed, 8 Mar 2017 09:16:23 +0100 Subject: [PATCH] Making unit tests fail on purpose --- cmake_support/OST.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_support/OST.cmake b/cmake_support/OST.cmake index 94cadd2ff..47f5c7907 100644 --- a/cmake_support/OST.cmake +++ b/cmake_support/OST.cmake @@ -719,7 +719,7 @@ macro(ost_unittest) else() set (PY_TESTS_CMD "PYTHONPATH=${python_path} ${PYTHON_BINARY}") add_custom_target("${py_test}_run" - sh -c "${PY_TESTS_CMD} ${CMAKE_CURRENT_SOURCE_DIR}/${py_test} || echo" + sh -c "${PY_TESTS_CMD} ${CMAKE_CURRENT_SOURCE_DIR}/${py_test}" WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMENT "running checks ${py_test}" VERBATIM) add_custom_target("${py_test}_run_xml" -- GitLab