Skip to content

Commit 996b350

Browse files
committed
Merge pull request #1886 from db48x/3c95fa22daf157d8e2d07b20e66f9888de60681a
fixes an error that happens during make check
2 parents 4acfcd8 + 3c95fa2 commit 996b350

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)