summaryrefslogtreecommitdiff
path: root/testsuite/mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-05-25 17:51:26 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-05-25 21:30:58 +0200
commitf07bf19ec49d25395dd47923ba5e6b525ce7e68f (patch)
tree74bec87a0fc0af7986aa0b4667fda0670e0dc6d2 /testsuite/mk
parent6a5bce14ffb8b10def150b185fc95d7b2ebab263 (diff)
downloadhaskell-f07bf19ec49d25395dd47923ba5e6b525ce7e68f.tar.gz
Testsuite: fix enum01/02/03 on Windows (#9399)
Diffstat (limited to 'testsuite/mk')
-rw-r--r--testsuite/mk/test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk
index 4091b98ddd..d7e65bbf83 100644
--- a/testsuite/mk/test.mk
+++ b/testsuite/mk/test.mk
@@ -281,7 +281,7 @@ $(TIMEOUT_PROGRAM) :
# communicate with the topmake.
# See Note [Communicating options and variables to a submake]
test: $(TIMEOUT_PROGRAM)
- +$(PYTHON) $(RUNTESTS) $(RUNTEST_OPTS) \
+ +PYTHON="$(PYTHON)" "$(PYTHON)" $(RUNTESTS) $(RUNTEST_OPTS) \
$(patsubst %, --only=%, $(TEST)) \
$(patsubst %, --only=%, $(TESTS)) \
$(patsubst %, --way=%, $(WAY)) \