From ba1d058742523c15a00edcaee2443bd557a2d150 Mon Sep 17 00:00:00 2001 From: fanasina Date: Mon, 23 Oct 2023 19:02:28 +0200 Subject: [PATCH] update verbose when parallel test --- yftest/src/ftest/ftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yftest/src/ftest/ftest.c b/yftest/src/ftest/ftest.c index d004882..7078001 100644 --- a/yftest/src/ftest/ftest.c +++ b/yftest/src/ftest/ftest.c @@ -1255,7 +1255,7 @@ final_parallel_test_() pthread_mutex_destroy(&mut_count_fail_local); - char reader[256]="here the ordered results on each threads"; + char reader[256]="Here are the ordered results for each thread"; struct winsize w; ioctl(1, TIOCGWINSZ, &w);