mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: Log failure to close any DUT
This commit is contained in:
parent
c8d15588e5
commit
340e2dff12
@ -18,6 +18,7 @@ import threading
|
||||
import functools
|
||||
|
||||
import netifaces
|
||||
import traceback
|
||||
|
||||
from . import EnvConfig
|
||||
|
||||
@ -190,6 +191,7 @@ class Env(object):
|
||||
dut.print_debug_info()
|
||||
dut.close()
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
dut_close_errors.append(e)
|
||||
self.allocated_duts = dict()
|
||||
return dut_close_errors
|
||||
|
Loading…
x
Reference in New Issue
Block a user