Commit 48c14f8
committed
runHWTests: fix adrv9371 procedure-name filter typo
The `zynq-zc706-adv7511-adrv9371` (and friends) case in `runHWTests.m`
set `at = 'AD9371Tests'`, but `at` is used as a substring filter against
test procedure names — which are `testAD9371Rx`, `testAD9371Obs`, etc.
(no "AD9371Tests" substring). Result: the filter matched zero
procedures and `runHWTests('zynq-zc706-adv7511-adrv9371')` ran zero
tests silently.
Match the convention used by the other branches (`AD9361`, `ADRV9002`,
`ADRV9009`, ...) by using the device-family substring `'AD9371'`.
Surfaced while running adi-lg-matlab end-to-end against the bq place
(zc706 + adrv9371) on the live coordinator.1 parent 3f60acd commit 48c14f8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments