update verbose when parallel test

This commit is contained in:
2023-10-23 19:02:28 +02:00
parent 8ad3c25ac8
commit ba1d058742
+1 -1
View File
@@ -1255,7 +1255,7 @@ final_parallel_test_()
pthread_mutex_destroy(&mut_count_fail_local); 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; struct winsize w;
ioctl(1, TIOCGWINSZ, &w); ioctl(1, TIOCGWINSZ, &w);