projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e5ba4
)
test: drop log_trace() in test-random-util
v248.1
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Wed, 5 May 2021 18:47:58 +0000
(
03:47
+0900)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 6 May 2021 12:51:08 +0000
(14:51 +0200)
It provides almost no inoformation. Moreover, it massively increases
logs, and firefox cannot show the results of Ubuntu CIs due to this.
(cherry picked from commit
3d396b2837445cf2fbe00c12aed2d9967d9e9d23
)
src/test/test-random-util.c
patch
|
blob
|
history
diff --git
a/src/test/test-random-util.c
b/src/test/test-random-util.c
index 44103efa62a24a6fd3eb45486b68bf75b491c037..42d7a746da6965a13a8f1e589f107dae4c3a56f9 100644
(file)
--- a/
src/test/test-random-util.c
+++ b/
src/test/test-random-util.c
@@
-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]);
}