Commit 1f968ec
committed
Fix team members test case and add --all option test
- Update t0050-teams.sh to fix expected output for --members option
to only show regular members, not team leaders
- Add new test case for --all option to verify it shows all team members
(both leaders and regular members)
- Fix ShowTeams function logic in util/team.go to correctly handle
display of languages when no options are specified
Change-Id: I8e892b91b5efb0dbd5ff0d211b931fe084a457d8
Co-developed-by: Gemini <[email protected]>1 parent 2fffc47 commit 1f968ec
2 files changed
+26
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
108 | 130 | | |
109 | 131 | | |
110 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
213 | 217 | | |
214 | 218 | | |
215 | 219 | | |
| |||
220 | 224 | | |
221 | 225 | | |
222 | 226 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
0 commit comments