Skip to content

Commit 6203d97

Browse files
committed
Fix setting of PATH for make check on windows
1 parent d034561 commit 6203d97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mk/tests.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ ifdef CFG_WINDOWSY_$(1)
9595
$$(if $$(findstring stage3,$$(1)), \
9696
stage3/$$(CFG_LIBDIR_RELATIVE), \
9797
)))))/rustlib/$$(CFG_BUILD)/lib
98-
CFG_RUN_TEST_$(1)=$$(call CFG_RUN_$(1),$$(call CFG_TESTLIB_$(1),$$(1),$$(4)),$$(1))
98+
CFG_RUN_TEST_$(1)=$$(TARGET_RPATH_VAR$$(2)_T_$$(3)_H_$$(4)) \
99+
$$(call CFG_RUN_$(1),$$(call CFG_TESTLIB_$(1),$$(1),$$(4)),$$(1))
99100
endif
100101

101102
# Run the compiletest runner itself under valgrind

0 commit comments

Comments
 (0)