From f109c66d73c672a54558b98a554199d61a26bfe4 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 29 Mar 2023 11:15:44 +0200 Subject: [PATCH] Use proper log function Signed-off-by: Valerio Setti --- tests/scripts/analyze_outcomes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py index 7af910f16a..ca113a4b0e 100755 --- a/tests/scripts/analyze_outcomes.py +++ b/tests/scripts/analyze_outcomes.py @@ -66,7 +66,7 @@ def execute_reference_driver_tests(ref_component, driver_component, outcome_file shell_command = "tests/scripts/all.sh --outcome-file " + outcome_file + \ " " + ref_component + " " + driver_component - print("Running: " + shell_command) + Results.log("Running: " + shell_command) ret_val = subprocess.run(shell_command.split(), check=False).returncode if ret_val != 0: