Skip to content

Commit

Permalink
re-re-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Oct 29, 2023
1 parent a7e8ae6 commit 2a65780
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ def test_examples_in_folder(folderpath):
global success
for example in sorted(os.listdir(folderpath)):
examplepath = folderpath+"/"+example
ColorPrint.print_info(folderpath, examplepath)
if os.path.isdir(examplepath):
test_examples_in_folder(examplepath)
continue
Expand Down Expand Up @@ -360,9 +359,6 @@ def test_examples_in_folder(folderpath):
out, err = proc.communicate()
r = 1

os.system("ls -lR "+BUILD_DIR+"/build")
os.system("ls -lR "+folderpath)

if r == 0 and not (err and BUILD_WALL == True):
ColorPrint.print_pass(CHECK)
if err:
Expand Down

0 comments on commit 2a65780

Please sign in to comment.