1
0
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:
Andrew Tridgell 2006-11-04 04:49:02 +00:00 committed by Gerald (Jerry) Carter
parent c24b7a045a
commit 9014fe198d

View File

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