mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r19550: the sense of this test was wrong
(This used to be commit 4dcc26d0a6
)
This commit is contained in:
parent
c24b7a045a
commit
9014fe198d
@ -313,7 +313,7 @@ static bool test_first_1m(struct torture_context *tctx)
|
||||
}
|
||||
|
||||
if (codepoint % 1000 == 0) {
|
||||
if (!torture_setting_bool(tctx, "progress", True)) {
|
||||
if (torture_setting_bool(tctx, "progress", True)) {
|
||||
torture_comment(tctx, "codepoint=%u \r", codepoint);
|
||||
}
|
||||
}
|
||||
@ -333,7 +333,7 @@ static bool test_random_5m(struct torture_context *tctx)
|
||||
unsigned int c;
|
||||
|
||||
if (i % 1000 == 0) {
|
||||
if (!torture_setting_bool(tctx, "progress", true)) {
|
||||
if (torture_setting_bool(tctx, "progress", true)) {
|
||||
torture_comment(tctx, "i=%u \r", i);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user