Merge "lib/trusty: tipc-test should not print results to error stream" into main
This commit is contained in:
commit
20c3933ed4
1 changed files with 1 additions and 1 deletions
|
@ -1041,7 +1041,7 @@ static int run_as_bench(const struct tipc_test_params* params) {
|
|||
}
|
||||
avg /= params->bench;
|
||||
|
||||
fprintf(stderr, BENCH_RESULT_TPL, params->test_name, min, max, avg, cold, min, max, avg, cold);
|
||||
printf(BENCH_RESULT_TPL, params->test_name, min, max, avg, cold, min, max, avg, cold);
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue