Commit fa50f26
committed
Lowercase model names in ps output
The ps command now lowercases model names after stripping defaults,
matching the casing behavior of the ls command. Previously, ps would
display names in the original case used during model loading, while
ls always showed lowercase names from the registry.
Also removes the ToLower workaround in the e2e test that was
compensating for this inconsistency.1 parent 1d91357 commit fa50f26
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
0 commit comments