Auto merge of #2405 - RalfJung:pwd, r=RalfJung
fix auto-toolchain pwd `rustup-toolchain` needs to be called in the right directory
This commit is contained in:
commit
0f973bdf2d
2
miri
2
miri
@ -59,7 +59,7 @@ if [ -z "$AUTO_OPS" ]; then
|
||||
# Run this first, so that the toolchain doesn't change after
|
||||
# other code has run.
|
||||
if [ -f "$MIRIDIR/.auto-everything" ] || [ -f "$MIRIDIR/.auto-toolchain" ] ; then
|
||||
"$MIRIDIR"/rustup-toolchain
|
||||
(cd "$MIRIDIR" && ./rustup-toolchain)
|
||||
fi
|
||||
|
||||
if [ -f "$MIRIDIR/.auto-everything" ] || [ -f "$MIRIDIR/.auto-fmt" ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user