Set RUST_BACKTRACE=0 for rustdoc-ui/failed-doctest-output.rs
This UI test is sensitive to backtrace output, so it should make sure that backtraces are not enabled by the environment.
This commit is contained in:
parent
f99911a4a0
commit
f2443a9b20
2 changed files with 10 additions and 9 deletions
|
@ -15,6 +15,7 @@
|
|||
// compile-flags:--test
|
||||
// normalize-stdout-test: "src/test/rustdoc-ui" -> "$$DIR"
|
||||
// failure-status: 101
|
||||
// rustc-env:RUST_BACKTRACE=0
|
||||
|
||||
// doctest fails at runtime
|
||||
/// ```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue