summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Makefile b/clang/test/Makefile
index 9303a58171b..8543d431442 100644
--- a/clang/test/Makefile
+++ b/clang/test/Makefile
@@ -27,7 +27,7 @@ endif
all:: lit.site.cfg
@ echo '--- Running clang tests for $(TARGET_TRIPLE) ---'
- @ $(LLVM_SRC_ROOT)/utils/lit/lit.py \
+ @ $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py \
$(TESTARGS) $(TESTDIRS) $(VGARG)
FORCE:
OpenPOWER on IntegriCloud