Hi Wei, ... > -int verbose = 0; > -int loops = 100; > -int errors = 0; > +static char *verbose; We usually prefer to not introduce verbose option in refactored tests. It'd be nice to have output, which is not too verbose, but not just TPASS message (something in between). Kind regards, Petr