From 22992a04f1913489fcf703ee553d93cdee519d80 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 29 Mar 2023 11:15:28 +0200 Subject: [PATCH] Fix function description Signed-off-by: Valerio Setti --- tests/scripts/analyze_outcomes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py index c954b7dad..7af910f16 100755 --- a/tests/scripts/analyze_outcomes.py +++ b/tests/scripts/analyze_outcomes.py @@ -54,7 +54,8 @@ class TestCaseOutcomes: return len(self.successes) + len(self.failures) def execute_reference_driver_tests(ref_component, driver_component, outcome_file): - """Run the tests that will fullfill the outcome file used for the following + """Run the tests specified in ref_component and driver_component. Results + are stored in the output_file and they will be used for the following coverage analysis""" # If the outcome file already exists, we assume that the user wants to # perform the comparison analysis again without repeating the tests.