]> granicus.if.org Git - check/commitdiff
If the test_check_ntests_run test fails, print the number of tests expected
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 10 Nov 2012 22:54:18 +0000 (22:54 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 10 Nov 2012 22:54:18 +0000 (22:54 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@672 64e312b2-a51f-0410-8e61-82d0ca0eb02a

tests/check_check_master.c

index a66bbb2e31caac611bcc1da56b55fa6ea5e63f9b..b1ad268caf6be910838853eaed01c63f4e7ce73e 100644 (file)
@@ -144,7 +144,7 @@ END_TEST
 START_TEST(test_check_ntests_run)
 {
   ck_assert_msg (sub_ntests == nr_of_master_tests,
-               "Unexpected number of tests run, %d.", sub_ntests);
+               "Unexpected number of tests run %d vs expected %d", sub_ntests, nr_of_master_tests);
 }
 END_TEST