mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 15:39:53 +00:00
Use proper log function
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
22992a04f1
commit
f109c66d73
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user