Re: [PATCH v2] tests: Add and use

2020-09-29 Thread Chris Johns
On 30/9/20 4:09 pm, Sebastian Huber wrote: > +description: | > + Sets the test verbosity. Valid values are "Verbose", "Normal", and > "Quiet". > + For normal tests runs you can use a verbosity of "Normal". If you need a > + more detailed output, then you can set it to "Verbose". For example,

[PATCH v2] tests: Add and use

2020-09-29 Thread Sebastian Huber
Add the build option RTEMS_TEST_VERBOSITY to control the verbosity of test suites using the RTEMS test framework. --- v2: Improve option comment. spec/build/testsuites/grp.yml | 2 ++ spec/build/testsuites/optverbosity.yml| 31 +++ spec/build/testsuites/testo