Skip to content

Commit 973956a

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 1515d45 commit 973956a

File tree

1 file changed

+3
-1
lines changed
  • src/test/run-make-fulldeps/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)