1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

test: drop log_trace() in test-random-util

It provides almost no inoformation. Moreover, it massively increases
logs, and firefox cannot show the results of Ubuntu CIs due to this.
This commit is contained in:
Yu Watanabe 2021-05-06 03:47:58 +09:00
parent d8c1422439
commit 3d396b2837

View File

@ -68,7 +68,6 @@ static void test_random_u64_range_one(unsigned mod) {
x = random_u64_range(mod);
log_trace("%05u: %"PRIu64, i, x);
count[x]++;
max = MAX(max, count[x]);
}