diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-13 17:46:30 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-13 17:46:30 +0100 |
commit | 4417478d0fc39b69fda058e93730b3dc3fdb1ec9 (patch) | |
tree | 1f97730d4d91cb4480507ed4b75de1d00909950d /tests/run-tests | |
parent | 9dcc60d0b1241c2b6c2de7a8ca7b712655d05114 (diff) | |
download | micropython-4417478d0fc39b69fda058e93730b3dc3fdb1ec9.tar.gz micropython-4417478d0fc39b69fda058e93730b3dc3fdb1ec9.zip |
tests: Make tests pass on pyboard.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-x | tests/run-tests | 2 |
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: |