diff options
author | Matthew Crymble <matthew.crymble@ni.com> | 2020-05-16 19:24:17 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-05-27 09:46:01 -0500 |
commit | 6810cf2a4cab3884f08f39a092211dc0cc5755c9 (patch) | |
tree | 49b8bef77013595cef85c31f0bf0dced38e51a84 /host/docs/rd_testing.dox | |
parent | 655b32fc1c354cbad9d91d6f268a020ddd0ac93b (diff) | |
download | uhd-6810cf2a4cab3884f08f39a092211dc0cc5755c9.tar.gz uhd-6810cf2a4cab3884f08f39a092211dc0cc5755c9.tar.bz2 uhd-6810cf2a4cab3884f08f39a092211dc0cc5755c9.zip |
tests: updated devtest runner to use standard device args
This will allow run_testsuite.py to be called for specific devices instead
of all devices for a certain type.
Diffstat (limited to 'host/docs/rd_testing.dox')
-rw-r--r-- | host/docs/rd_testing.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/rd_testing.dox b/host/docs/rd_testing.dox index 58f6b6138..db9c0fc5f 100644 --- a/host/docs/rd_testing.dox +++ b/host/docs/rd_testing.dox @@ -140,7 +140,7 @@ respectively. --devtest-pattern e3xx \ --build-type na \ --build-dir $BUILD_DIR \ - --device-filter e3x0 \ + --args type=e3x0 \ --log-dir $LOG_DIR 4. Devtest must report no failures for a 'pass' validation. |