Skip to content

Commit 78e0606

Browse files
committed
mpremote/tests/run-mpremote-tests: Rewrite in Python.
Replacing the original bash script with a test script derived from the main suite's run-tests.py. Signed-off-by: Anson Mansfield <amansfield@mantaro.com>
1 parent 15cec3d commit 78e0606

File tree

3 files changed

+481
-30
lines changed

3 files changed

+481
-30
lines changed

tools/mpremote/tests/loop.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
while true
3+
do
4+
$MICROPYTHON $@
5+
done

0 commit comments

Comments
 (0)