]> granicus.if.org Git - check/commitdiff
Use correct variable for number of tests
authorhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 18 Jul 2005 11:05:00 +0000 (11:05 +0000)
committerhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 18 Jul 2005 11:05:00 +0000 (11:05 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@230 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/tests/check_check_main.c

index 8e677037f2e792f192b0b235621f85319a9d0ea6..70acf70677aa23f4b4ce9b405d27e669dadaddfb 100644 (file)
@@ -20,7 +20,7 @@ int main (void)
   srunner_add_suite(sr, make_pack_suite());
   
   setup();
-  printf ("Ran %d tests in subordinate suite\n", sub_nfailed);
+  printf ("Ran %d tests in subordinate suite\n", sub_ntests);
   srunner_run_all (sr, CK_NORMAL);
   cleanup();
   fork_teardown();