doc: twister: adapt docs for --enable-slow-only
Minor modification to accomodate for --enable-slow-only. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b8fc1c3607
commit
54fcffb2c7
1 changed files with 4 additions and 4 deletions
|
@ -290,10 +290,10 @@ skip: <True|False> (default False)
|
|||
skip testcase unconditionally. This can be used for broken tests.
|
||||
|
||||
slow: <True|False> (default False)
|
||||
Don't run this test case unless --enable-slow was passed in on the
|
||||
command line. Intended for time-consuming test cases that are only
|
||||
run under certain circumstances, like daily builds. These test cases
|
||||
are still compiled.
|
||||
Don't run this test case unless --enable-slow or --enable-slow-only was
|
||||
passed in on the command line. Intended for time-consuming test cases that
|
||||
are only run under certain circumstances, like daily builds. These test
|
||||
cases are still compiled.
|
||||
|
||||
extra_args: <list of extra arguments>
|
||||
Extra arguments to pass to Make when building or running the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue