diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-01-20 00:02:39 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-01-20 00:02:39 +0000 |
| commit | 7d0893545829f157a8a588d8a826d34ddf701cce (patch) | |
| tree | 5ae71b6c8ad0ec156e2ecaa959adc186fc7ebe72 /tests | |
| parent | fe2690da0a1b8556995f5a6d2368d250f504b4af (diff) | |
Rename unix binary to 'micropython'.
Diffstat (limited to '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 318920b5e..ef1368725 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -2,7 +2,7 @@ RM="/bin/rm -f" CPYTHON3=python3.3 -MP_PY=../unix/py +MP_PY=../unix/micropython numtests=0 numtestcases=0 |
