aboutsummaryrefslogtreecommitdiff
path: root/ports/zephyr/make-bin-testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'ports/zephyr/make-bin-testsuite')
-rwxr-xr-xports/zephyr/make-bin-testsuite4
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 \