[dts] [PATCH V2 4/5] fix TestSuite coremask

Liu, Yong yong.liu at intel.com
Thu Sep 22 10:29:12 CEST 2016


Thanks applied.

On 09/22/2016 10:45 AM, xu,gang wrote:
> on FreeBSD this command output is divided into standard errors and the standard output
> copy standard error to standard output import out file, check all them
>
> Signed-off-by: xu,gang <gangx.xu at intel.com>
> ---
>   tests/TestSuite_coremask.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_coremask.py b/tests/TestSuite_coremask.py
> index 9fd039d..2458d8f 100644
> --- a/tests/TestSuite_coremask.py
> +++ b/tests/TestSuite_coremask.py
> @@ -104,7 +104,7 @@ class TestCoremask(TestCase):
>           Check coremask parsing for more cores than available.
>           """
>   
> -        command_line = """./%s/app/test -c %s -n %d --log-level 8|tee out"""
> +        command_line = """./%s/app/test -c %s -n %d --log-level 8 2 > &1 |tee out"""
>   
>           # Default big coremask value 128
>           big_coremask_size = 128



More information about the dts mailing list