From eed2d86638b38c5f8aa460a42ef7ba42c7c95040 Mon Sep 17 00:00:00 2001 From: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com> Date: Mon, 19 Jan 2026 10:41:45 +0100 Subject: [PATCH] fix(tests): move to python3 in system tests python as an app is obsolete on some systems, and where isn't, often just linked to python3 anyway. use python3, instead of python in system tests. Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com> --- tests/system/posix/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/posix/CMakeLists.txt b/tests/system/posix/CMakeLists.txt index 6c3aaf54..b6e9d52d 100644 --- a/tests/system/posix/CMakeLists.txt +++ b/tests/system/posix/CMakeLists.txt @@ -63,7 +63,7 @@ foreach(test ${OCRE_TESTS}) endforeach() add_custom_target(run-systests - COMMAND python ${CMAKE_CURRENT_LIST_DIR}/../../Unity/auto/unity_test_summary.py ${CMAKE_CURRENT_BINARY_DIR} + COMMAND python3 ${CMAKE_CURRENT_LIST_DIR}/../../Unity/auto/unity_test_summary.py ${CMAKE_CURRENT_BINARY_DIR} DEPENDS test_lib.log test_ocre.log