diff options
Diffstat (limited to 'source4/torture/local/iconv.c')
-rw-r--r-- | source4/torture/local/iconv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/local/iconv.c b/source4/torture/local/iconv.c index 75a0945d93..9ef1849e43 100644 --- a/source4/torture/local/iconv.c +++ b/source4/torture/local/iconv.c @@ -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); } } |