From e02b77bf6b84b7f3149071c8aeadaffe173cb368 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Thu, 17 Apr 2014 01:26:25 +0100 Subject: [PATCH] Updated the envvar used by ./run-tests As discussed in #504 --- unix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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