You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `mbedgt` command allows users to run a single test suite using
the `-n` option. But it has a limitation that the test name in
`test_spec.json` must be in lower case, otherwise the user-specified
case cannot be found.
The test name passed by the user via `-n` can be in upper case -
mbedgt converts that to lower case.
0 commit comments