From 7d0893545829f157a8a588d8a826d34ddf701cce Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 20 Jan 2014 00:02:39 +0000 Subject: Rename unix binary to 'micropython'. --- tests/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3