From 6810cf2a4cab3884f08f39a092211dc0cc5755c9 Mon Sep 17 00:00:00 2001 From: Matthew Crymble Date: Sat, 16 May 2020 19:24:17 -0500 Subject: 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. --- host/docs/rd_testing.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/docs') 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. -- cgit v1.2.3