about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-01-04 09:23:01 +0000
committerbors <bors@rust-lang.org>2021-01-04 09:23:01 +0000
commit895191628d6eda2be70f304a69ddb728a912f696 (patch)
treef24dcc34a73b4302d048dda8088e734867b978ab /compiler/rustc_llvm/llvm-wrapper
parenta02806e00d24f0fcb3e1f285ad9c25ed52ed7c8c (diff)
parent69090550cb4e46d75506a200b990e9edf2485fd8 (diff)
downloadrust-895191628d6eda2be70f304a69ddb728a912f696.tar.gz
rust-895191628d6eda2be70f304a69ddb728a912f696.zip
Auto merge of #6525 - phansch:fix-bless-in-subdirs, r=flip1995
Fix blessing of test output in subdirectories

The core issue was the usage of `reference_file_path.file_name()`, which
provided a non-existent path if the file to be updated was in a
subdirectory.

Instead we have to provide the whole path after 'tests/ui/' as the
'filename'. This part of the path is called `test_name` in the code now.

changelog: none
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper')
0 files changed, 0 insertions, 0 deletions