[dts] [PATCH V1 1/3] fix TestSuite coremask on FreeBSD

Liu, Yong yong.liu at intel.com
Thu Sep 29 07:26:45 CEST 2016


Applied. Since these three patches have no dependencies on each other, 
please not bind them into one patch set.
I can merge them separately and you do not need to rework all patches.

On 09/28/2016 04:45 PM, xu,gang wrote:
> delete space in command in order to implementation copy StDErr to StDput
>
> 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 2458d8f..d93e07a 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 2 > &1 |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