summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAndrew Scheller <github@loowis.durge.org>2014-04-17 01:26:25 +0100
committerAndrew Scheller <github@loowis.durge.org>2014-04-17 01:26:25 +0100
commite02b77bf6b84b7f3149071c8aeadaffe173cb368 (patch)
treee28f597eb9a714ec5d009310fcc832195d630e84
parentd5ce916f267ae7d948afdd73cb8ccfd3bd839c45 (diff)
downloadmicropython-e02b77bf6b84b7f3149071c8aeadaffe173cb368.tar.gz
micropython-e02b77bf6b84b7f3149071c8aeadaffe173cb368.zip
Updated the envvar used by ./run-tests
As discussed in #504
-rw-r--r--unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile
index d9fa5e7566..c9509b9f0d 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -71,4 +71,4 @@ include ../py/mkrules.mk
test: $(PROG) ../tests/run-tests
$(eval DIRNAME=$(notdir $(CURDIR)))
- cd ../tests && MICROPY_MP_PY=../$(DIRNAME)/$(PROG) ./run-tests
+ cd ../tests && MICROPY_MICROPYTHON=../$(DIRNAME)/$(PROG) ./run-tests