summaryrefslogtreecommitdiffstatshomepage
path: root/tests/run-tests
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-13 17:46:30 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-13 17:46:30 +0100
commit4417478d0fc39b69fda058e93730b3dc3fdb1ec9 (patch)
tree1f97730d4d91cb4480507ed4b75de1d00909950d /tests/run-tests
parent9dcc60d0b1241c2b6c2de7a8ca7b712655d05114 (diff)
downloadmicropython-4417478d0fc39b69fda058e93730b3dc3fdb1ec9.tar.gz
micropython-4417478d0fc39b69fda058e93730b3dc3fdb1ec9.zip
tests: Make tests pass on pyboard.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 33409832ba..554f5134c5 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -49,7 +49,7 @@ for test_file in tests:
if test_on_pyboard:
pyb.enter_raw_repl()
try:
- if test_file == 'basics/math-fun.py':
+ if test_file == 'basics/memoryerror.py':
# this test crashes the pyboard
output_mupy = b'CRASH'
else: