mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-02 10:00:47 -04:00
Fix function description
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
a266332189
commit
22992a04f1
@ -54,7 +54,8 @@ class TestCaseOutcomes:
|
|||||||
return len(self.successes) + len(self.failures)
|
return len(self.successes) + len(self.failures)
|
||||||
|
|
||||||
def execute_reference_driver_tests(ref_component, driver_component, outcome_file):
|
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"""
|
coverage analysis"""
|
||||||
# If the outcome file already exists, we assume that the user wants to
|
# If the outcome file already exists, we assume that the user wants to
|
||||||
# perform the comparison analysis again without repeating the tests.
|
# perform the comparison analysis again without repeating the tests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user