Commit 7fcd580
committed
fix(test): Redact elapsed time in the minutes time frame
This came up in #14231
```
---- expected: tests/testsuite/lto.rs:611:27
++++ actual: stderr
1 1 | [FRESH] registry-shared v0.0.1
2 2 | [FRESH] registry v0.0.1
3 3 | [COMPILING] bar v0.0.0 ([ROOT]/foo/bar)
4 4 | [RUNNING] `rustc --crate-name bar [..]-C lto [..]--test [..]`
5 5 | [RUNNING] `rustc --crate-name b [..]-C lto [..]--test [..]`
6 - [FINISHED] `release` profile [optimized] target(s) in [ELAPSED]s
7 6 | [RUNNING] `[ROOT]/foo/target/release/deps/bar-[HASH][EXE]`
8 7 | [RUNNING] `[ROOT]/foo/target/release/deps/b-[HASH][EXE]`
9 8 | [DOCTEST] bar
10 9 | [RUNNING] `rustdoc --edition=2015 --crate-type cdylib --crate-type rlib --crate-name bar --test [..]-C lto [..]
10 + [FINISHED] `release` profile [optimized] target(s) in 1m 00s
Update with SNAPSHOTS=overwrite
```1 parent 5ed6392 commit 7fcd580
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
976 | 976 | | |
977 | 977 | | |
978 | 978 | | |
979 | | - | |
| 979 | + | |
980 | 980 | | |
981 | 981 | | |
982 | 982 | | |
0 commit comments