mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 15:04:22 +00:00
ttfw: fix DUT exception not added to junit report
This commit is contained in:
@@ -506,8 +506,7 @@ class IDFDUT(DUT.SerialDUT):
|
||||
def close(self):
|
||||
super(IDFDUT, self).close()
|
||||
if not self.allow_dut_exception and self.get_exceptions():
|
||||
Utility.console_log('DUT exception detected on {}'.format(self), color='red')
|
||||
raise IDFDUTException()
|
||||
raise IDFDUTException('DUT exception detected on {}'.format(self))
|
||||
|
||||
|
||||
class ESP32DUT(IDFDUT):
|
||||
|
Reference in New Issue
Block a user