]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
pretify last unit test output 1014/head
authorYann Collet <cyan@fb.com>
Tue, 13 Feb 2018 18:09:01 +0000 (10:09 -0800)
committerYann Collet <cyan@fb.com>
Tue, 13 Feb 2018 18:09:01 +0000 (10:09 -0800)
tests/fuzzer.c

index e7c92edc084cc169aa9cb65474bcd2d40927a32f..aecc06449e6ca201a4c4a2feb79546cb7a370692 100644 (file)
@@ -1209,7 +1209,7 @@ static int basicUnitTests(U32 seed, double compressibility)
     if (strcmp("No error detected", ZSTD_getErrorName(ZSTD_error_GENERIC)) != 0) goto _output_error;
     DISPLAYLEVEL(3, "OK \n");
 
-    DISPLAYLEVEL(4, "test%3i : testing ZSTD dictionary sizes : ", testNb++);
+    DISPLAYLEVEL(3, "test%3i : testing ZSTD dictionary sizes : ", testNb++);
     RDG_genBuffer(CNBuffer, CNBuffSize, compressibility, 0., seed);
     {
         size_t const size = MIN(128 KB, CNBuffSize);
@@ -1230,6 +1230,7 @@ static int basicUnitTests(U32 seed, double compressibility)
         ZSTD_freeCDict(lgCDict);
         ZSTD_freeCCtx(cctx);
     }
+    DISPLAYLEVEL(3, "OK \n");
 
 _end:
     free(CNBuffer);