tests: remove: Fix a typo in a comment
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
bdff1be152
commit
387d96f7c5
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ def main():
|
||||||
for monitor in monitors:
|
for monitor in monitors:
|
||||||
logger.warning("MON: " + str(monitor))
|
logger.warning("MON: " + str(monitor))
|
||||||
|
|
||||||
# run check_devices at begining
|
# run check_devices at beginning
|
||||||
logger.warning("RUN check_devices")
|
logger.warning("RUN check_devices")
|
||||||
try:
|
try:
|
||||||
check_devices(devices, setup_params, refs, duts, monitors)
|
check_devices(devices, setup_params, refs, duts, monitors)
|
||||||
|
|
Loading…
Reference in a new issue