Commit e364307
authored
test: Use a larger default term width (#16403)
@ehuss [made a
comment](#16391 (comment))
saying that `cargo` should set `__CARGO_TEST_TTY_WIDTH_DO_NOT_USE_THIS
to a very large value to avoid problems with long paths in tests. This
PR does that by setting it to `200` (the previous default was `140`).
Note: `200` is a start, and we can always go up if neededFile tree
2 files changed
+3
-2
lines changed- crates/cargo-test-support/src
- tests/testsuite/lints
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1423 | 1423 | | |
1424 | 1424 | | |
1425 | 1425 | | |
| 1426 | + | |
1426 | 1427 | | |
1427 | 1428 | | |
1428 | 1429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
721 | | - | |
| 720 | + | |
| 721 | + | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| |||
0 commit comments