From 2d9f66f6b8cb2f611506b6b8d447bb0451b90e0b Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Sun, 18 Oct 2020 18:05:53 +0300 Subject: Fall back to nosetests3, not nosetests. Forwarded: not-needed Last-Update: 2018-10-30 Gbp-Pq: Name nosetests3.patch --- tests/python/tests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python/tests/CMakeLists.txt b/tests/python/tests/CMakeLists.txt index 3c1fdb7..46adfac 100644 --- a/tests/python/tests/CMakeLists.txt +++ b/tests/python/tests/CMakeLists.txt @@ -7,8 +7,8 @@ execute_process(COMMAND nosetests${NOSETEST_VERSION_SUFFIX} --help OUTPUT_QUIET ERROR_QUIET RESULT_VARIABLE NOSE_CHECK_RESULT) IF (NOT NOSE_CHECK_RESULT STREQUAL "0") - MESSAGE("Command 'nosetests${NOSETEST_VERSION_SUFFIX}' doesn't exist! Using only 'nosetests' instead") - SET(NOSETEST_VERSION_SUFFIX "") + MESSAGE("Command 'nosetests${NOSETEST_VERSION_SUFFIX}' doesn't exist! Using only 'nosetests3' instead") + SET(NOSETEST_VERSION_SUFFIX "3") ENDIF() CONFIGURE_FILE("run_nosetests.sh.in" "${CMAKE_BINARY_DIR}/tests/python/tests/run_nosetests.sh") -- cgit v1.2.3