File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,6 @@ def as_runner(path):
442
442
"TC_CC_2_2.py" : "1.5 minutes" ,
443
443
"TC_DEM_2_10.py" : "40 seconds" ,
444
444
"TC_DeviceBasicComposition.py" : "25 seconds" ,
445
- "TC_DeviceBasicComposition.py" : "25 seconds" ,
446
445
"TC_DRLK_2_12.py" : "30 seconds" ,
447
446
"TC_DRLK_2_3.py" : "30 seconds" ,
448
447
"TC_EEVSE_2_6.py" : "30 seconds" ,
@@ -594,8 +593,8 @@ def build_casting_apps(data_model_interface, asan):
594
593
casting_args .append (f'chip_use_data_model_interface="{ data_model_interface } "' )
595
594
596
595
if asan :
597
- tv_args .append (f "is_asan=true is_clang=true" )
598
- casting_args .append (f "is_asan=true is_clang=true" )
596
+ tv_args .append ("is_asan=true is_clang=true" )
597
+ casting_args .append ("is_asan=true is_clang=true" )
599
598
600
599
tv_args = " " .join (tv_args )
601
600
casting_args = " " .join (casting_args )
You can’t perform that action at this time.
0 commit comments