File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
scripts/pylib/twister/twisterlib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -258,14 +258,14 @@ def load(self, map_file):
258
258
flash_with_test = dut .get ('flash_with_test' )
259
259
if flash_with_test is None :
260
260
flash_with_test = self .options .device_flash_with_test
261
+ serial_pty = dut .get ('serial_pty' )
261
262
flash_before = dut .get ('flash_before' )
262
263
if flash_before is None :
263
264
flash_before = self .options .flash_before and (not (flash_with_test or serial_pty ))
264
265
platform = dut .get ('platform' )
265
266
id = dut .get ('id' )
266
267
runner = dut .get ('runner' )
267
268
runner_params = dut .get ('runner_params' )
268
- serial_pty = dut .get ('serial_pty' )
269
269
serial = dut .get ('serial' )
270
270
baud = dut .get ('baud' , None )
271
271
product = dut .get ('product' )
You can’t perform that action at this time.
0 commit comments