]> code.ossystems Code Review - openembedded-core.git/commit
ptest-runner: Allow running of specific tests
authorIoan-Adrian Ratiu <adrian.ratiu@ni.com>
Fri, 30 Oct 2015 14:49:54 +0000 (16:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:28:34 +0000 (11:28 +0000)
commita13333c3e9ab601a11c10aba2a0a55c7fdea2e24
tree1e6c75d4e36f56c0b50dc82eee619e084856f50e
parent8fe45badd3dfe44fa5161229324b6439594123fd
ptest-runner: Allow running of specific tests

By default ptest-runner executes all ptests found in a system.
With this change, ptest-runner can be given a list of ptest
package names to run (the default is still available).

For example, to run only the zlib and rt-tests ptests:
"ptest-runner zlib rt-tests"

Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/ptest-runner/files/ptest-runner [changed mode: 0644->0755]