Merge "lib/trusty: tipc-test should not print results to error stream" into main

This commit is contained in:
Raphaël Hérouart 2024-04-08 11:07:23 +00:00 committed by Gerrit Code Review
commit 20c3933ed4

View file

@ -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;
}