[PATCH 2/2] lib: fwts_framework: drop unneccessary \n in log call
IvanHu
ivan.hu at canonical.com
Fri Jun 1 02:43:27 UTC 2012
On 05/28/2012 11:01 PM, Colin King wrote:
> From: Colin Ian King<colin.king at canonical.com>
>
> Signed-off-by: Colin Ian King<colin.king at canonical.com>
> ---
> src/lib/src/fwts_framework.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/src/fwts_framework.c b/src/lib/src/fwts_framework.c
> index 2b42982..9ff8c20 100644
> --- a/src/lib/src/fwts_framework.c
> +++ b/src/lib/src/fwts_framework.c
> @@ -876,7 +876,7 @@ static void fwts_framework_heading_info(fwts_framework *fw, fwts_list *tests_to_
> strcat(tests, test->name);
> }
>
> - fwts_log_info(fw, "Running tests: %s.\n",
> + fwts_log_info(fw, "Running tests: %s.",
> fwts_list_len(tests_to_run) == 0 ? "None" : tests);
> if (!(fw->flags& FWTS_FRAMEWORK_FLAGS_LP_TAGS))
> fwts_log_newline(fw->results);
Acked-by: Ivan Hu<ivan.hu at canonical.com>
More information about the fwts-devel
mailing list