File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ fn get_host() -> String {
101
101
}
102
102
103
103
fn get_target ( ) -> String {
104
- std:: env:: var ( "MIRI_TARGET " ) . unwrap_or_else ( |_| get_host ( ) )
104
+ std:: env:: var ( "MIRI_COMPILETEST_TARGET " ) . unwrap_or_else ( |_| get_host ( ) )
105
105
}
106
106
107
107
fn run_pass_miri ( opt : bool ) {
Original file line number Diff line number Diff line change 22
22
23
23
echo " Test miri with full MIR, on the host and other architectures"
24
24
MIRI_SYSROOT=" $MIRI_SYSROOT_BASE " /HOST cargo test --release --all-features
25
- MIRI_SYSROOT=" $MIRI_SYSROOT_BASE " MIRI_TARGET =" $FOREIGN_TARGET " cargo test --release --all-features
25
+ MIRI_SYSROOT=" $MIRI_SYSROOT_BASE " MIRI_COMPILETEST_TARGET =" $FOREIGN_TARGET " cargo test --release --all-features
26
26
echo
27
27
28
28
echo " Test cargo integration"
You can’t perform that action at this time.
0 commit comments