diff options
| author | Damien George | 2021-03-11 16:09:27 +1100 |
|---|---|---|
| committer | Damien George | 2021-03-12 19:56:09 +1100 |
| commit | 6129b8e401c36cc68e0f7ba8180da27a40d17621 (patch) | |
| tree | f9922a1f34db804d3700ca0570827c2a8762314e /ports/zephyr | |
| parent | b24fcd7aec4b34064e9d9016d417d4ca3cc925cc (diff) | |
tests: Rename run-tests to run-tests.py for consistency.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/zephyr')
| -rwxr-xr-x | ports/zephyr/make-bin-testsuite | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/zephyr/make-bin-testsuite b/ports/zephyr/make-bin-testsuite index f6aeb83f8..9a8c32977 100755 --- a/ports/zephyr/make-bin-testsuite +++ b/ports/zephyr/make-bin-testsuite @@ -8,8 +8,8 @@ # ./make-bin-testsuite BOARD=qemu_cortex_m3 run # -(cd ../../tests; ./run-tests --write-exp) -(cd ../../tests; ./run-tests --list-tests --target=minimal \ +(cd ../../tests; ./run-tests.py --write-exp) +(cd ../../tests; ./run-tests.py --list-tests --target=minimal \ -e async -e intbig -e int_big -e builtin_help -e memstats -e bytes_compare3 -e class_reverse_op \ -e /set -e frozenset -e complex -e const -e native -e viper \ -e 'float_divmod\.' -e float_parse_doubleprec -e float/true_value -e float/types \ |
