get the verbosity with the env variable CK_VERBOSITY. By default, nothing is changed.

SVN revision: 51535
This commit is contained in:
Vincent Torri 2010-08-22 17:58:01 +00:00
parent 426da862ae
commit 402c60b18b
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ main(int argc, char **argv)
_mempool_init();
srunner_run_all(sr, CK_NORMAL);
srunner_run_all(sr, CK_ENV);
failed_count = srunner_ntests_failed(sr);
srunner_free(sr);