Skip to content

Commit

Permalink
Auto merge of #76445 - jyn514:doctests, r=Mark-Simulacrum,ollie27
Browse files Browse the repository at this point in the history
Make rustdoc output deterministic for UI tests

Closes #76442 (hopefully, since it's non-deterministic I don't have a way to test).

r? `@Mark-Simulacrum`
cc `@GuillaumeGomez`
  • Loading branch information
bors committed Sep 9, 2020
2 parents 683d1bc + ed4dcc0 commit b4bdc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rustdoc-ui/failed-doctest-output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// FIXME: if/when the output of the test harness can be tested on its own, this test should be
// adapted to use that, and that normalize line can go away

// compile-flags:--test
// compile-flags:--test --test-args --test-threads=1
// rustc-env:RUST_BACKTRACE=0
// normalize-stdout-test: "src/test/rustdoc-ui" -> "$$DIR"
// failure-status: 101
Expand Down

0 comments on commit b4bdc07

Please sign in to comment.