about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJoshua Nelson <jnelson@cloudflare.com>2022-03-26 22:50:46 -0500
committerJoshua Nelson <jnelson@cloudflare.com>2022-03-26 23:14:27 -0500
commitd0a326044ec21fa22828beaedeb9b23b856ea592 (patch)
tree98a08281266a5a811c47e7cf45957df4e9bae5c9 /compiler/rustc_codegen_llvm/src
parent37b55c8a0cafdb60b9168da34f904acc70157df8 (diff)
downloadrust-d0a326044ec21fa22828beaedeb9b23b856ea592.tar.gz
rust-d0a326044ec21fa22828beaedeb9b23b856ea592.zip
Print the full relative path to failed tests
Before:
```
failures:
    [ui] rustdoc-ui/intra-doc/feature-gate-intra-doc-pointers.rs

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 163 filtered out; finished in 0.45s
```

After:
```
failures:
    [ui] src/test/rustdoc-ui/intra-doc/feature-gate-intra-doc-pointers.rs

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 163 filtered out; finished in 0.45s
```

This allows copy pasting the path or using Ctrl+Click in IDEs to go directly to the file, instead of having to edit the filename first.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions