Skip to content

Commit d379e52

Browse files
committed
test/sysroot-crates-are-unstable: Fix test when rpath is disabled
Without this environment var, the test can't run rustc to find the sysroot path.
1 parent 43193ab commit d379e52

File tree

1 file changed

+3
-1
lines changed
  • tests/run-make/sysroot-crates-are-unstable

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
-include ../tools.mk
2+
13
all:
2-
'$(PYTHON)' test.py
4+
env '$(HOST_RPATH_ENV)' '$(PYTHON)' test.py

0 commit comments

Comments
 (0)