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

SVN revision: 51536
This commit is contained in:
Vincent Torri 2010-08-22 17:59:03 +00:00
parent 402c60b18b
commit 838b550407
1 changed files with 1 additions and 1 deletions

View File

@ -2738,7 +2738,7 @@ main(void)
s = eet_suite();
sr = srunner_create(s);
srunner_run_all(sr, CK_NORMAL);
srunner_run_all(sr, CK_ENV);
failed_count = srunner_ntests_failed(sr);
srunner_free(sr);