Skip to content

Commit 32eee8a

Browse files
committed
fix test
1 parent 857465a commit 32eee8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mxmake/tests/test_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ def test_Makefile(self, tempdir):
665665
# mxenv
666666
##############################################################################
667667
668-
export OS:=$(OS)
668+
OS?=
669669
670670
# Determine the executable path
671671
ifeq ("$(VENV_ENABLED)", "true")

0 commit comments

Comments
 (0)