Skip to content

Commit 3c95fa2

Browse files
committed
python might be in a path with spaces in it, you never know
1 parent 010f2ab commit 3c95fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ endif
104104
# Extracting tests for docs
105105
######################################################################
106106

107-
EXTRACT_TESTS := $(CFG_PYTHON) $(S)src/etc/extract-tests.py
107+
EXTRACT_TESTS := "$(CFG_PYTHON)" $(S)src/etc/extract-tests.py
108108

109109
define DEF_DOC_TEST_HOST
110110

0 commit comments

Comments
 (0)