mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
typo fix for displaying commands in email
This commit is contained in:
parent
90026a5da1
commit
7ed2d0c13d
@ -351,7 +351,7 @@ class TestRunner:
|
||||
|
||||
if test_exctention:
|
||||
command = [test_type, test_name, test_exctention]
|
||||
logger.info(f"Command used to run tests: {test_type} {test_name} -{test_exctention}")
|
||||
logger.info(f"Command used to run tests: {test_type} {test_name} {test_exctention}")
|
||||
else:
|
||||
command = [test_type, test_name]
|
||||
logger.info(f"Command used to run tests: {test_type} {test_name}")
|
||||
|
Loading…
Reference in New Issue
Block a user