Skip to content

Commit

Permalink
Feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jan 6, 2025
1 parent 50ee0cc commit d393d4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/hw/esp-tester/tester.toit
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ class TestDevice:
if port:
port.close
port = null
directory.rmdir --recursive tmp-dir
if file.is-directory tmp-dir:
directory.rmdir --recursive tmp-dir

toit_ args/List:
run-toit toit-exe args --ui=ui
Expand Down

0 comments on commit d393d4d

Please sign in to comment.