File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,6 @@ def test_examples_in_folder(folderpath):
310
310
global success
311
311
for example in sorted (os .listdir (folderpath )):
312
312
examplepath = folderpath + "/" + example
313
- ColorPrint .print_info (folderpath , examplepath )
314
313
if os .path .isdir (examplepath ):
315
314
test_examples_in_folder (examplepath )
316
315
continue
@@ -360,9 +359,6 @@ def test_examples_in_folder(folderpath):
360
359
out , err = proc .communicate ()
361
360
r = 1
362
361
363
- os .system ("ls -lR " + BUILD_DIR + "/build" )
364
- os .system ("ls -lR " + folderpath )
365
-
366
362
if r == 0 and not (err and BUILD_WALL == True ):
367
363
ColorPrint .print_pass (CHECK )
368
364
if err :
@@ -378,7 +374,6 @@ def test_examples_in_folder(folderpath):
378
374
if filename is None :
379
375
success = 1 # failure
380
376
if IS_LEARNING_SYS :
381
- ColorPrint .print_info (filename .split , filename .split ("/" ))
382
377
fqbnpath , uf2file = filename .split ("/" )[- 2 :]
383
378
os .makedirs (BUILD_DIR + "/build" , exist_ok = True )
384
379
os .makedirs (BUILD_DIR + "/build/" + fqbnpath , exist_ok = True )
You can’t perform that action at this time.
0 commit comments